about summary refs log tree commit diff
path: root/.editorconfig
blob: 1309984671644146631cbe189e7007125e54dfe3 (plain) (blame)
1
2
3
4
5
6
7
# https://editorconfig.org

[*.py]
indent_style = space
trim_trailing_whitespace = true
indent_size = 4
end_of_line = LF