summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: c750e236c690d4b225c7d6c48a8ee8956747095a (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 = 79

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

[*.html]
indent_style = tab

[*.js]
indent_style = tab

[*.css]
indent_style = tab