📰 isort configuration

This commit is contained in:
chfw 2018-11-05 22:36:58 +00:00
parent 15d55dc867
commit 2f72151fed
1 changed files with 9 additions and 0 deletions

9
.isort.cfg Normal file
View File

@ -0,0 +1,9 @@
[settings]
line_length=79
known_first_party=
indent=' '
multi_line_output=3
length_sort=1
default_section=FIRSTPARTY
no_lines_before=LOCALFOLDER
sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER