-
Notifications
You must be signed in to change notification settings - Fork 8
/
.editorconfig
77 lines (59 loc) · 1.17 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
trim_trailing_whitespace = true
[*.css]
indent_size = 2
tab_width = 2
[*.haml]
indent_size = 2
tab_width = 2
[*.less]
indent_size = 2
tab_width = 2
[*.sass]
indent_size = 2
tab_width = 2
[*.scss]
indent_size = 2
tab_width = 2
[*.styl]
indent_size = 2
tab_width = 2
[*.vue]
indent_size = 2
tab_width = 2
[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.pom,*.rng,*.tld,*.wadl,*.wsdd,*.wsdl,*.xjb,*.xml,*.xsd,*.xsl,*.xslt,*.xul}]
indent_size = 2
tab_width = 2
[{*.ats,*.ts,*.tsx}]
indent_size = 2
tab_width = 2
[{*.bash,*.sh,*.zsh}]
indent_size = 2
tab_width = 2
[{*.cjs,*.js,*.jsx}]
indent_size = 2
tab_width = 2
[{*.graphqlconfig,*.har,*.jsb2,*.jsb3,*.json,.babelrc,.eslintrc,.prettierc,.prettierrc,.stylelintrc,bowerrc,jest.config}]
indent_size = 2
tab_width = 2
[{*.htm,*.html,*.ng,*.sht,*.shtm,*.shtml}]
indent_size = 2
tab_width = 2
[{*.jsf,*.jsp,*.jspf,*.tag,*.tagf,*.xjsp}]
indent_size = 2
tab_width = 2
[{*.jspx,*.tagx}]
indent_size = 2
tab_width = 2
[{*.ps1,*.psd1,*.psm1}]
max_line_length = 115
[{*.yaml,*.yml}]
indent_size = 2