diff --git a/.editorconfig b/.editorconfig index 87a0020..752200e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,7 @@ max_line_length = null [Makefile] indent_style = tab + +[*.go] +indent_style = tab +indent_size = 4