Skip to content

Commit

Permalink
ISort config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago committed Apr 22, 2019
1 parent 5aa3938 commit 59c91c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[isort]
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
combine_as_imports=True
line_length=88

0 comments on commit 59c91c6

Please sign in to comment.