2021-01-01 13:36:42 +00:00
|
|
|
[yapf]
|
|
|
|
based_on_style = google
|
|
|
|
column_limit = 99
|
|
|
|
dedent_closing_brackets = true
|
|
|
|
coalesce_brackets = true
|
|
|
|
split_before_logical_operator = true
|
2022-04-04 20:27:37 +00:00
|
|
|
indent_dictionary_value = true
|
|
|
|
allow_split_before_dict_value = false
|