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

[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 110

[*.py]
indent_size = 4
indent_style = space

[*.rst]
max_line_length = unset