diff --git a/.editorconfig b/.editorconfig index 722416dfeb..8e2234e64b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.{go,tmpl,html}] +[{*.{go,tmpl,html},Makefile,go.mod}] indent_style = tab [templates/custom/*.tmpl] @@ -21,9 +21,6 @@ indent_style = space [templates/user/auth/oidc_wellknown.tmpl] indent_style = space -[Makefile] -indent_style = tab - [*.svg] insert_final_newline = false