From 4b89833b370af3b1079fba166c4e31eec076a6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 30 Aug 2016 17:08:55 +0200 Subject: [PATCH] add .isort.conf --- src/.isort.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/.isort.conf diff --git a/src/.isort.conf b/src/.isort.conf new file mode 100644 index 00000000..8913d962 --- /dev/null +++ b/src/.isort.conf @@ -0,0 +1,2 @@ +[settings] +line_length=120