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.
2 parents 1579a7c + 87a3e67 commit cb7230bCopy full SHA for cb7230b
.editorconfig
@@ -4,7 +4,6 @@
4
5
root = true
6
7
-
8
[*]
9
end_of_line = lf
10
charset = utf-8
@@ -13,34 +12,21 @@ insert_final_newline = true
13
12
indent_style = space
14
indent_size = 4
15
16
-[*.js]
17
-indent_style = space
+[*.{js,ts}]
18
indent_size = 2
19
20
[*.json]
21
22
-indent_size = 2
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