aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 9155a4f7a66f7f2c800a3c476d1ec626a154d5a5 (plain)
1
2
3
4
5
6
7
root = true

[*.py]
max_line_length = 180
end_of_line = lf
insert_final_newline = true
charset = utf-8