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

[*]
indent_style = tab
tab_width = 4
indent_size = tab
insert_final_newline = true
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

[*.py]
max_line_length = off