[ADD] Python isort configuration
This commit is contained in:
parent
5a13a35402
commit
9f397c4c28
2 changed files with 7 additions and 0 deletions
6
isort/.config/isort.cfg
Normal file
6
isort/.config/isort.cfg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[settings]
|
||||
multi_line_output=3
|
||||
include_trailing_comma=True
|
||||
force_grid_wrap=0
|
||||
use_parentheses=True
|
||||
line_length=88
|
||||
Loading…
Add table
Add a link
Reference in a new issue