We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9a8cb commit 5b41c5bCopy full SHA for 5b41c5b
1 file changed
.editorconfig
@@ -1,5 +1,16 @@
1
root = true
2
3
-[*.{js,html,less}]
4
-indent_style=tab
5
-trim_trailing_whitespace=true
+[*]
+indent_style = tab
+indent_size = 4
6
+charset = utf-8
7
+trim_trailing_whitespace = true
8
+insert_final_newline = true
9
+max_line_length = 233
10
+
11
+[*.json]
12
+indent_style = space
13
+indent_size = 2
14
15
+[*.md]
16
+trim_trailing_whitespace = false
0 commit comments