aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
blob: 7e15c503f74e82f66a626a040486282f45c9f384 (plain)
1
2
3
4
5
6
7
8
9
10
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_size = 8

[*.py]
indent_size = 4