소스 검색

editorconfig: Use 2-column spaces in YAML

jcmdln 1 년 전
부모
커밋
152ac61faf
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      .editorconfig

+ 5 - 1
.editorconfig

@@ -1,6 +1,10 @@
-
 root = true
 
 [*]
 indent_style = tab
 end_of_line = lf
+
+[*.y{,a}ml]
+indent_size = 2
+indent_style = space
+tab_width = 2