summaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 321d6a786ac942cf4026490c5755a2addc741d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

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

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