diff --git a/.editorconfig b/.editorconfig index 82f774362..481621f76 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,7 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[Makefile] -indent_style = tab - -[*.sh] +[*.{sh,Makefile}] indent_style = tab [*.proto]