aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
blob: 44f19e22f21b9677d57c23bb5801d3f4bb248ce9 (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 = 95

[*.py]
indent_size = 4
indent_style = space

[*.rst]
max_line_length = unset