diff --git a/editorconfig/.editorconfig b/editorconfig/.editorconfig index dccf929c..99f68e97 100644 --- a/editorconfig/.editorconfig +++ b/editorconfig/.editorconfig @@ -17,3 +17,7 @@ indent_size = 4 [*.html] indent_style = tab indent_size = 4 + +[*.go] +indent_style = tab +indent_size = 4