Blame view

ant-design-vue-jeecg/.editorconfig 730 Bytes
肖超群 authored
1
[*]
肖超群 authored
2
3
4
5
6
charset = utf-8
end_of_line = crlf
insert_final_newline = false
indent_style = space
indent_size = 2
肖超群 authored
7
肖超群 authored
8
9
10
[{*.ng, *.sht, *.html, *.shtm, *.shtml, *.htm}]
indent_style = space
indent_size = 2
肖超群 authored
11
肖超群 authored
12
13
14
[{*.jhm, *.xslt, *.xul, *.rng, *.xsl, *.xsd, *.ant, *.tld, *.fxml, *.jrxml, *.xml, *.jnlp, *.wsdl}]
indent_style = space
indent_size = 2
肖超群 authored
15
肖超群 authored
16
17
18
[{.babelrc, .stylelintrc, jest.config, .eslintrc, .prettierrc, *.json, *.jsb3, *.jsb2, *.bowerrc}]
indent_style = space
indent_size = 2
肖超群 authored
19
20

[*.svg]
肖超群 authored
21
22
indent_style = space
indent_size = 2
肖超群 authored
23
24

[*.js.map]
肖超群 authored
25
26
indent_style = space
indent_size = 2
肖超群 authored
27
28

[*.less]
肖超群 authored
29
30
indent_style = space
indent_size = 2
肖超群 authored
31
32

[*.vue]
肖超群 authored
33
34
indent_style = space
indent_size = 2
肖超群 authored
35
肖超群 authored
36
37
38
[{.analysis_options, *.yml, *.yaml}]
indent_style = space
indent_size = 2
肖超群 authored
39