mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-25 14:20:45 +00:00
chore: adjust yapf dict formatting to avoid line breaks (#346)
This commit is contained in:
parent
e2e58365e3
commit
821c6c1773
@ -20,3 +20,5 @@ column_limit = 99
|
|||||||
dedent_closing_brackets = true
|
dedent_closing_brackets = true
|
||||||
coalesce_brackets = true
|
coalesce_brackets = true
|
||||||
split_before_logical_operator = true
|
split_before_logical_operator = true
|
||||||
|
indent_dictionary_value = true
|
||||||
|
allow_split_before_dict_value = false
|
||||||
|
Loading…
Reference in New Issue
Block a user