summaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 51ad12705921078b9c9e12d4c9967913af26adec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[*]
end_of_line = lf
insert_final_newline = true

[*.html]
indent_style = tab

[*.less]
indent_style = tab

[*.js]
indent_style = tab

[*.css]
indent_style = tab