From d45c1ebcb77dabb0848627d23f536e8887eea4e9 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Thu, 3 Oct 2024 08:47:37 +0100 Subject: [PATCH] Set style for Go files --- roles/home-cli/files/editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index 4cfa62a..443fb23 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -7,6 +7,10 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true +[*.go] +indent_size = 8 +indent_style = tab + [*.html] indent_size = 2