Преглед на файлове

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