mirror of
https://github.com/thegeeklab/ansible-doctor.git
synced 2024-11-16 10:10:39 +00:00
9 lines
211 B
INI
9 lines
211 B
INI
[yapf]
|
|
based_on_style = google
|
|
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
|