-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
60 lines (46 loc) · 978 Bytes
/
.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
[*]
charset=utf-8
end_of_line=lf
trim_trailing_whitespace=true
insert_final_newline=false
indent_style=space
tab_width=2
[{*.ng,*.sht,*.html,*.shtm,*.shtml,*.htm}]
indent_style=space
indent_size=2
[{phpunit.xml.dist,*.jhm,*.xslt,*.xul,*.rng,*.xsl,*.xsd,*.ant,*.svg,*.tld,*.fxml,*.jrxml,*.xml,*.jnlp,*.wsdl}]
indent_style=space
indent_size=2
[{.babelrc,.stylelintrc,jest.config,*.json,*.jsb3,*.jsb2,*.bowerrc}]
indent_style=space
indent_size=2
[*.css]
indent_style=space
indent_size=2
[{*.applejs,*.js}]
indent_style=space
indent_size=2
[{*.ats,*.ts}]
indent_style=space
indent_size=2
[{*.pug,*.jade}]
indent_style=space
indent_size=2
[*.coffee]
indent_style=space
indent_size=2
[{*.hphp,*.phtml,*.module,*.php,*.php5,*.php4,*.inc}]
indent_style=space
indent_size=2
[*.less]
indent_style=space
indent_size=2
[*.scss]
indent_style=space
indent_size=2
[{*.yml,*.yaml}]
indent_style=space
indent_size=2
[{composer.lock,composer.json}]
indent_style=space
indent_size=2