diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index c306348f..e2da10c7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,5 +7,6 @@ indent_size = 4 known_first_party = isort known_third_party = kate ignore_frosted_errors = E103 -skip = __init__.py,runtests.py,build +skip = runtests.py,build balanced_wrapping = true +not_skip = __init__.py
\ No newline at end of file |