mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-20 22:12:24 +08:00
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
[style]
|
|
based_on_style = pep8
|
|
allow_multiline_lambdas = true
|
|
allow_multiline_dictionary_keys = true
|
|
coalesce_brackets = true
|
|
join_multiple_lines = false
|
|
indent_dictionary_value = true
|
|
blank_line_before_nested_class_or_def = true
|