|
1
|
[*]
|
|
2
3
4
5
6
|
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = space
indent_size = 2
|
|
7
|
|
|
8
9
10
|
[{*.ng, *.sht, *.html, *.shtm, *.shtml, *.htm}]
indent_style = space
indent_size = 2
|
|
11
|
|
|
12
13
14
|
[{*.jhm, *.xslt, *.xul, *.rng, *.xsl, *.xsd, *.ant, *.tld, *.fxml, *.jrxml, *.xml, *.jnlp, *.wsdl}]
indent_style = space
indent_size = 2
|
|
15
|
|
|
16
17
18
|
[{.babelrc, .stylelintrc, jest.config, .eslintrc, .prettierrc, *.json, *.jsb3, *.jsb2, *.bowerrc}]
indent_style = space
indent_size = 2
|
|
19
20
|
[*.svg]
|
|
21
22
|
indent_style = space
indent_size = 2
|
|
23
24
|
[*.js.map]
|
|
25
26
|
indent_style = space
indent_size = 2
|
|
27
28
|
[*.less]
|
|
29
30
|
indent_style = space
indent_size = 2
|
|
31
32
|
[*.vue]
|
|
33
34
|
indent_style = space
indent_size = 2
|
|
35
|
|
|
36
37
38
|
[{.analysis_options, *.yml, *.yaml}]
indent_style = space
indent_size = 2
|
|
39
|
|