Browse Source

EditorConfig: Use 4 space indent for sh scripts (#411)

rugk 7 years ago
parent
commit
2daacb7972
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -8,7 +8,7 @@ insert_final_newline = true
 trim_trailing_whitespace = true
 charset = utf-8
 
-[*.{js,ts,json,scss}]
+[*.{js,ts,json,scss,sh}]
 indent_style = space
 indent_size = 4