소스 검색

added editorconfig

j8
isymchych 10 년 전
부모
커밋
91fbf1e274
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10
    0
      .editorconfig

+ 10
- 0
.editorconfig 파일 보기

@@ -0,0 +1,10 @@
1
+# http://editorconfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+indent_size = 4
8
+indent_style = space
9
+max_line_length = 80
10
+trim_trailing_whitespace = true

Loading…
취소
저장