소스 검색

Updated .editorconfig.

Branimir Karadzic 11 년 전
부모
커밋
f99ea6dfd2
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -1,3 +1,5 @@
+root = true
+
 [*]
 indent_style    = tab
 indent_size     = 4
@@ -8,3 +10,4 @@ trim_trailing_whitespace = true
 
 [*.md]
 trim_trailing_whitespace = false
+max_line_length = 80