mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
6093426f1e
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>
8 lines
190 B
INI
8 lines
190 B
INI
[settings]
|
|
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
|