소스 검색

add editorconfig (#1198)

* add editorconfig

* Update .editorconfig

Co-Authored-By: Lipis <lipiridis@gmail.com>

* remove duplicate section

Co-authored-by: Lipis <lipiridis@gmail.com>
vanilla_orig
David Luzar 5 년 전
부모
커밋
8dccc793ee
No account linked to committer's email address
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12
    0
      .editorconfig

+ 12
- 0
.editorconfig 파일 보기

@@ -0,0 +1,12 @@
1
+# http://EditorConfig.org
2
+
3
+# top-level EditorConfig file
4
+root = true
5
+
6
+[*]
7
+charset = utf-8
8
+end_of_line = lf
9
+indent_size = 2
10
+indent_style = space
11
+insert_final_newline = true
12
+trim_trailing_whitespace = true

Loading…
취소
저장