Add .isort.cfg

This commit is contained in:
Jarek Glowacki 2016-01-15 22:41:35 +11:00
parent a74c45ae1a
commit 00003cfb03
1 changed files with 9 additions and 0 deletions

9
.isort.cfg Normal file
View File

@ -0,0 +1,9 @@
[settings]
known_django=django
sections=FUTURE,STDLIB,THIRDPARTY,DJANGO,FIRSTPARTY,LOCALFOLDER
default_section=THIRDPARTY
known_standard_library=tablib
known_first_party=import_export
multi_line_output=3
line_length=100
indent=4