From 00003cfb03eb1ca471d2ba9d200626365e8ec31d Mon Sep 17 00:00:00 2001 From: Jarek Glowacki Date: Fri, 15 Jan 2016 22:41:35 +1100 Subject: [PATCH] Add .isort.cfg --- .isort.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..0c4fb0f --- /dev/null +++ b/.isort.cfg @@ -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