mirror of
https://github.com/lucaspalomodevelop/netbox-acls.git
synced 2026-03-12 23:27:23 +00:00
9 lines
197 B
INI
9 lines
197 B
INI
[settings]
|
|
profile = black
|
|
|
|
; vertical hanging indent mode also used in black configuration
|
|
multi_line_output = 3
|
|
|
|
; necessary because black expect the trailing comma
|
|
include_trailing_comma = true
|