소스 검색

Update .editorconfig style guide

George Cushen 8 년 전
부모
커밋
fa9a77d5fa
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      .editorconfig

+ 3 - 3
.editorconfig

@@ -10,8 +10,8 @@ indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
 
+[*.toml]
+max_line_length = 100
+
 [*.md]
 trim_trailing_whitespace = false
-
-[*.{html,css}]
-indent_size = 4