[ADD] Python isort configuration
This commit is contained in:
parent
5a13a35402
commit
9f397c4c28
|
@ -9,6 +9,7 @@ stow -t ~ flake8
|
|||
stow -t ~ git
|
||||
stow -t ~ i3
|
||||
stow -t ~ i3blocks
|
||||
stow -t ~ isort
|
||||
stow -t ~ ranger
|
||||
stow -t ~ redshift
|
||||
stow -t ~ rofi
|
||||
|
|
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…
Reference in a new issue