aboutsummaryrefslogtreecommitdiff
path: root/isort.cfg
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-01-16 20:43:47 -0700
committerCody Hiar <codyfh@gmail.com>2017-01-16 20:43:47 -0700
commit1b055a332fca7283235617ec3377dbce8fbcb263 (patch)
tree36c9d1b4e102e9f31ea8c5aac5caca3cf986b5ef /isort.cfg
parent0fe15920e049f2f01b27cc4de2aaf083c56dd13b (diff)
Adding more to isort file
Diffstat (limited to 'isort.cfg')
-rw-r--r--isort.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/isort.cfg b/isort.cfg
index 3874f75..01ca055 100644
--- a/isort.cfg
+++ b/isort.cfg
@@ -1,2 +1,8 @@
[settings]
not_skip=__init__.py
+indent=' '
+multi_line_output=5
+known_django=django
+sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
+skip=migrations
+include_trailing_comma=True