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 30202be commit 1b4435bCopy full SHA for 1b4435b
.editorconfig
@@ -3,25 +3,14 @@
3
4
root = true
5
6
-
7
[*]
+indent_style = tab
8
end_of_line = lf
9
charset = utf-8
10
trim_trailing_whitespace = true
11
insert_final_newline = true
12
13
-# Tabs in JS unless otherwise specified
14
-[**.js]
15
-indent_style = tab
16
17
-[test/**.xml]
18
19
20
-[test/**.php]
21
+[package.json]
+indent_style = space
+indent_size = 2
22
23
-[test/**.html]
24
25
26
-[test/**.css]
27
0 commit comments