From deb09e5c749e3353c927d7fe94bbd35f25ff85ee Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 11 Apr 2021 18:03:11 +0200 Subject: dprint yapf continuation align style edit --- dprint.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dprint.json') diff --git a/dprint.json b/dprint.json index 1eeb09e..596c2dc 100644 --- a/dprint.json +++ b/dprint.json @@ -18,7 +18,9 @@ "based_on_style": "pep8", "dedent_closing_brackets": true, "use_tabs": true, - "indent_width": 4 + "indent_width": 4, + "split_before_dot": false, + "continuation_align_style": "valign_right" }, "includes": [ "**/*.{ts,tsx}", -- cgit v1.2.3