mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
isort config
This commit is contained in:
parent
c4f196d6c3
commit
8df29954d6
@ -9,3 +9,8 @@ column_limit = 85
|
|||||||
split_penalty_import_names = 100
|
split_penalty_import_names = 100
|
||||||
dedent_closing_brackets = True
|
dedent_closing_brackets = True
|
||||||
coalesce_brackets = True
|
coalesce_brackets = True
|
||||||
|
|
||||||
|
[isort]
|
||||||
|
combine_as_imports = True
|
||||||
|
line_length = 85
|
||||||
|
multi_line_output = 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user