diff --git a/.editorconfig b/.editorconfig index 0758a0a7..f0b25219 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ indent_size = 2 indent_style = space trim_trailing_whitespace = true insert_final_newline = true + +[*.go] +indent_size = 2 +indent_style = tab