We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1770459 commit 8bd584dCopy full SHA for 8bd584d
.editorconfig
@@ -0,0 +1,38 @@
1
+root = true
2
+
3
+[*]
4
+end_of_line = lf
5
+charset = utf-8
6
+trim_trailing_whitespace = true
7
+insert_final_newline = true
8
9
+[**.js]
10
+indent_style = space
11
+indent_size = 4
12
13
+[**.css]
14
15
16
17
+[**.less]
18
19
20
21
+[**.styl]
22
23
24
25
+[**.html]
26
27
28
29
+[**.tpl]
30
31
32
33
+[**.json]
34
35
36
37
+[*.md]
38
+trim_trailing_whitespace = false
0 commit comments