21 lines
389 B
INI
21 lines
389 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
|
|
|
|
; black compatibility
|
|
force_grid_wrap = 0
|
|
|
|
; black compatibility
|
|
use_parentheses = True
|
|
|
|
; black compatibility
|
|
ensure_newline_before_comments = True
|
|
|
|
; we chose 120 as line length
|
|
line_length = 120
|