aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: b4c8f40e83eee98cd74ed417904f3a2f2b06adb6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
root = true

[*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 8

[*.html]
indent_style = tab
indent_size = 4