summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: a1e1486a118f49a0e16dd7e875577b2c6bc48cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 88

[*.y{a,}ml]
indent_size = 2
tab_width = 2

[*.html]
indent_style = tab

[*.js]
indent_style = tab

[*.css]
indent_style = tab