diff --git a/setup.cfg b/setup.cfg index cdbb081..439b889 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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