aboutsummaryrefslogtreecommitdiff
path: root/dprint.json
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-11 18:03:11 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-11 18:03:11 +0200
commitdeb09e5c749e3353c927d7fe94bbd35f25ff85ee (patch)
tree702ba982530aa98a96ddece365a32be842dae3c2 /dprint.json
parent28f104de9ae9abe4b42abafbf3865ede5687996c (diff)
dprint yapf continuation align style edit
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json4
1 files changed, 3 insertions, 1 deletions
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}",