chore: adjust yapf dict formatting to avoid line breaks

This commit is contained in:
Robert Kaussow 2022-04-04 21:39:06 +02:00
parent c7df9aa9df
commit dfb18c1dd8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 0 deletions

View File

@ -18,3 +18,5 @@ column_limit = 99
dedent_closing_brackets = true
coalesce_brackets = true
split_before_logical_operator = true
indent_dictionary_value = true
allow_split_before_dict_value = false