Browse Source

Add .editorconfig

Mathieu Acthernoene 5 years ago
parent
commit
91f3b33545
1 changed files with 11 additions and 0 deletions
  1. 11
    0
      .editorconfig

+ 11
- 0
.editorconfig View File

@@ -0,0 +1,11 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_size = 2
6
+indent_style = space
7
+insert_final_newline = true
8
+trim_trailing_whitespace = true
9
+
10
+[*.md]
11
+trim_trailing_whitespace = false