mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 13:22:45 +02:00
isort config
This commit is contained in:
parent
c4f196d6c3
commit
8df29954d6
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue