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 1579a7c commit fcc434bCopy full SHA for fcc434b
.editorconfig
@@ -4,7 +4,6 @@
4
5
root = true
6
7
-
8
[*]
9
end_of_line = lf
10
charset = utf-8
@@ -14,33 +13,23 @@ indent_style = space
14
13
indent_size = 4
15
16
[*.js]
17
-indent_style = space
18
indent_size = 2
19
20
[*.json]
21
22
23
24
[*.ts]
25
26
27
28
[*.hbs]
29
insert_final_newline = false
30
31
32
33
-[*.css]
34
35
-indent_size = 4
36
37
[*.html]
38
39
40
41
[*.{diff,md}]
42
trim_trailing_whitespace = false
43
44
[*.{yml,yaml}]
45
46
0 commit comments