From 1b055a332fca7283235617ec3377dbce8fbcb263 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 16 Jan 2017 20:43:47 -0700 Subject: Adding more to isort file --- isort.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'isort.cfg') 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 -- cgit v1.2.3