mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
9 lines
244 B
Text
9 lines
244 B
Text
|
[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
|