Fix syntax of iconf file and lint rule collision (#1061)

According to the official config sample the iconf template in this repository was misformatted.
Also two settings were added so indents of imports follow the same format as suggested by black linter.

Fixes: #1050

Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
Mario Lubenka 2020-12-07 16:00:56 +01:00 committed by GitHub
parent acc728c530
commit 6093426f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,2 +1,8 @@
[isort] [settings]
profile= profile=
; vertical hanging indent mode also used in black configuration
multi_line_output = 3
; necessary because black expect the trailing comma
include_trailing_comma = true