Jelajahi Sumber

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

rugk 7 tahun lalu
induk
melakukan
2daacb7972
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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