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

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

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