aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: ef8350c1cb1fed68b1d9e3056aa2a1c2c2939e9d (plain)
1
2
3
4
5
6
7
8
9
10
root = true
[*]
indent_style = tab
charset = utf-8
end_of_line = lf
insert_final_newline = true

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