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

[*]
end_of_file = lf
indent_style = tab
indent_size = 4

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