From 5228cc6393f80b7bdae5454300341e21c24659d1 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 20 Apr 2022 21:03:47 +0200 Subject: [PATCH] chore: adjust yapf dict formatting to avoid line breaks (#289) --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) 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