Skip to content

Commit 1b4435b

Browse files
committed
Build: simplify and correct .editorconfig
1 parent 30202be commit 1b4435b

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

.editorconfig

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,14 @@
33

44
root = true
55

6-
76
[*]
7+
indent_style = tab
88
end_of_line = lf
99
charset = utf-8
1010
trim_trailing_whitespace = true
1111
insert_final_newline = true
1212

13-
# Tabs in JS unless otherwise specified
14-
[**.js]
15-
indent_style = tab
16-
17-
[test/**.xml]
18-
indent_style = tab
19-
20-
[test/**.php]
21-
indent_style = tab
13+
[package.json]
14+
indent_style = space
15+
indent_size = 2
2216

23-
[test/**.html]
24-
indent_style = tab
25-
26-
[test/**.css]
27-
indent_style = tab

0 commit comments

Comments
 (0)