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

This commit is contained in:
Robert Kaussow 2022-04-04 22:26:30 +02:00 committed by GitHub
parent 8eb41074f8
commit cfe5dcef95
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