mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-11-21 18:40:40 +00:00
chore: adjust yapf dict formatting to avoid line breaks (#136)
This commit is contained in:
parent
8eb41074f8
commit
cfe5dcef95
@ -18,3 +18,5 @@ column_limit = 99
|
|||||||
dedent_closing_brackets = true
|
dedent_closing_brackets = true
|
||||||
coalesce_brackets = true
|
coalesce_brackets = true
|
||||||
split_before_logical_operator = true
|
split_before_logical_operator = true
|
||||||
|
indent_dictionary_value = true
|
||||||
|
allow_split_before_dict_value = false
|
||||||
|
Loading…
Reference in New Issue
Block a user