소스 검색

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