We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f87b5 commit 51e702fCopy full SHA for 51e702f
.editorconfig
@@ -7,29 +7,11 @@ end_of_line = lf
7
insert_final_newline = true
8
trim_trailing_whitespace = true
9
indent_style = space
10
-tab_width = 4
+indent_size = 4
11
max_line_length = off
12
13
[**.scss]
14
-tab_width = 2
15
-
16
-[**.js]
17
18
19
-[**.coffee]
20
21
22
-[**.cson]
23
24
25
-[**.json]
26
27
28
-[**rc]
29
30
31
-[**php]
32
+indent_size = 2
33
34
[*.md]
35
0 commit comments