Skip to content

Commit 3faa43f

Browse files
committed
chore: Update editorconfig
1 parent 0658a01 commit 3faa43f

File tree

1 file changed

+5
-34
lines changed

1 file changed

+5
-34
lines changed

.editorconfig

Lines changed: 5 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,9 @@
1+
root=true
2+
13
[*]
24
charset=utf-8
3-
end_of_line=lf
4-
insert_final_newline=false
5-
indent_style=space
6-
indent_size=2
7-
8-
[{*.ng,*.sht,*.html,*.shtm,*.shtml,*.htm}]
9-
indent_style=space
10-
indent_size=2
11-
12-
[{*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}]
13-
indent_style=space
14-
indent_size=2
15-
16-
[{.babelrc,.stylelintrc,jest.config,.eslintrc,.prettierrc,*.json,*.jsb3,*.jsb2,*.bowerrc}]
17-
indent_style=space
18-
indent_size=2
19-
20-
[*.svg]
21-
indent_style=space
22-
indent_size=2
23-
24-
[*.js.map]
25-
indent_style=space
26-
indent_size=2
27-
28-
[*.less]
29-
indent_style=space
30-
indent_size=2
31-
32-
[{*.vue,*.ts,*.tsx}]
33-
indent_style=space
34-
indent_size=2
35-
36-
[{.analysis_options,*.yml,*.yaml}]
375
indent_style=space
386
indent_size=2
7+
end_of_line=lf
8+
insert_final_newline=true
9+
trim_trailing_whitespace=true

0 commit comments

Comments
 (0)