diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-01-16 20:43:47 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-01-16 20:43:47 -0700 |
commit | 1b055a332fca7283235617ec3377dbce8fbcb263 (patch) | |
tree | 36c9d1b4e102e9f31ea8c5aac5caca3cf986b5ef | |
parent | 0fe15920e049f2f01b27cc4de2aaf083c56dd13b (diff) |
Adding more to isort file
-rw-r--r-- | isort.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |