Skip to content

Commit 51e702f

Browse files
authored
Update editorconfig rules (modxcms#15520)
1 parent b6f87b5 commit 51e702f

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.editorconfig

+2-20
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,11 @@ end_of_line = lf
77
insert_final_newline = true
88
trim_trailing_whitespace = true
99
indent_style = space
10-
tab_width = 4
10+
indent_size = 4
1111
max_line_length = off
1212

1313
[**.scss]
14-
tab_width = 2
15-
16-
[**.js]
17-
tab_width = 4
18-
19-
[**.coffee]
20-
tab_width = 4
21-
22-
[**.cson]
23-
tab_width = 4
24-
25-
[**.json]
26-
tab_width = 4
27-
28-
[**rc]
29-
tab_width = 4
30-
31-
[**php]
32-
tab_width = 4
14+
indent_size = 2
3315

3416
[*.md]
3517
max_line_length = off

0 commit comments

Comments
 (0)