[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

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