diff --git a/.editorconfig b/.editorconfig index ce04bc2e7..0f1786729 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,9 +3,7 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.sh] indent_size = 2 indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true