isort config

This commit is contained in:
Kovid Goyal 2017-02-01 12:27:25 +05:30
parent c4f196d6c3
commit 8df29954d6

View File

@ -9,3 +9,8 @@ column_limit = 85
split_penalty_import_names = 100
dedent_closing_brackets = True
coalesce_brackets = True
[isort]
combine_as_imports = True
line_length = 85
multi_line_output = 5