From f577139a45750415032bcb1b664f4b468e24aad7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 4 Apr 2022 22:26:38 +0200 Subject: [PATCH] chore: adjust yapf dict formatting to avoid line breaks (#123) --- 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