We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93148f commit f6c582dCopy full SHA for f6c582d
1 file changed
.editorconfig
@@ -1,15 +1,17 @@
1
-root = True
+root = true
2
3
[*]
4
-end_of_line = lf
5
-
6
-[*.js]
7
indent_style = tab
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
-[*.md]
10
+[{package.json,.*rc,*.yml}]
11
indent_style = space
12
indent_size = 2
13
-[{package.json,.travis.yml}]
14
+[*.md]
15
+trim_trailing_whitespace = false
16
17
0 commit comments