From 2f72151fedbe17d8bee89789516468f566e3babd Mon Sep 17 00:00:00 2001 From: chfw Date: Mon, 5 Nov 2018 22:36:58 +0000 Subject: [PATCH] :newspaper: isort configuration --- .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..2ca38f2 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,9 @@ +[settings] +line_length=79 +known_first_party= +indent=' ' +multi_line_output=3 +length_sort=1 +default_section=FIRSTPARTY +no_lines_before=LOCALFOLDER +sections=FUTURE,STDLIB,FIRSTPARTY,THIRDPARTY,LOCALFOLDER