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

This commit is contained in:
Robert Kaussow 2022-04-04 22:26:42 +02:00 committed by GitHub
parent e2e58365e3
commit 821c6c1773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,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