Configure yapf/isort

This commit is contained in:
Kovid Goyal 2017-02-08 09:59:36 +05:30
parent 68115b50a5
commit 0b2af7c33a

View File

@ -1,3 +1,14 @@
[flake8]
max-line-length = 160
exclude==template.py,linux-package
[yapf]
based_on_style = pep8
split_penalty_import_names = 100
dedent_closing_brackets = True
coalesce_brackets = True
blank_line_before_nested_class_or_def = True
[isort]
combine_as_imports = True
multi_line_output = 5