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

[*]
indent_style = tab
indent_size = 2
charset = utf-8
insert_final_newline = true
end_of_line = lf

[*.{yml,yaml}]
indent_style = space