aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 4933e572a2b29b5540c19108d3cf8a225e4243d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4