chore: adjust yapf dict formatting to avoid line breaks (#289)

This commit is contained in:
Robert Kaussow 2022-04-20 21:03:47 +02:00 committed by GitHub
parent 412a331879
commit 5228cc6393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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