diff --git a/.editorconfig b/.editorconfig index b9e964e..a772409 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true # Unix-style newlines with a newline ending every file -[*.{sh|c}] +[*.{sh,c}] end_of_line = lf insert_final_newline = true indent_style = tab