Преглед изворни кода

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

rugk пре 7 година
родитељ
комит
2daacb7972
1 измењених фајлова са 1 додато и 1 уклоњено
  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