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

This commit is contained in:
Robert Kaussow 2022-04-04 22:27:37 +02:00 committed by GitHub
parent 904645cbc9
commit b1a1d16bcc
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