Browse Source

add editorconfig

Pan 7 years ago
parent
commit
972b305e48
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .editorconfig

+ 14 - 0
.editorconfig

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