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

[*.py]
max_line_length = 120
indent_style = space
indent_size = 4
known_first_party = isort
known_third_party = kate
ignore_frosted_errors = E103
skip = runtests.py,build
balanced_wrapping = true
not_skip = __init__.py