9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
|
[style]
|
||
|
based_on_style = pep8
|
||
|
split_before_expression_after_opening_paren = True
|
||
|
split_before_first_argument = True
|
||
|
split_complex_comprehension = True
|
||
|
split_penalty_comprehension = 2100
|
||
|
dedent_closing_brackets=True
|
||
|
indent_dictionary_value=True
|