aboutsummaryrefslogtreecommitdiff
path: root/dprint.json
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-11 17:50:58 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-11 17:50:58 +0200
commit28f104de9ae9abe4b42abafbf3865ede5687996c (patch)
tree65e651f09d8fbf81380384692e45803cb4f9d61c /dprint.json
parent7b4859059b3bbabf4139ccdf3270a82c094f5d8e (diff)
dprint yapf python formatting
Diffstat (limited to 'dprint.json')
-rw-r--r--dprint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/dprint.json b/dprint.json
index bd359a8..1eeb09e 100644
--- a/dprint.json
+++ b/dprint.json
@@ -17,7 +17,8 @@
"yapf": {
"based_on_style": "pep8",
"dedent_closing_brackets": true,
- "use_tabs": true
+ "use_tabs": true,
+ "indent_width": 4
},
"includes": [
"**/*.{ts,tsx}",