[ADD] Python isort configuration

This commit is contained in:
Bruno BELANYI 2019-10-10 10:45:17 +02:00
parent 5a13a35402
commit 9f397c4c28
2 changed files with 7 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,6 @@
[settings]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88