summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-10-06 13:27:21 +0200
committerTor Andersson <tor@ccxvii.net>2023-12-10 18:16:55 +0100
commit21f293f689217f36e53ba00bc5da9300ad173bc2 (patch)
treef4766d673346cde4b3172cf5ff7976df25c0e449 /.prettierrc
parent0811f59736799eb05db3b77a492684a600bc6270 (diff)
downloadplantagenet-21f293f689217f36e53ba00bc5da9300ad173bc2.tar.gz
Add editorconfig files with whitespace settings.
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..bfc1911
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "arrowParens": "avoid",
+ "printWidth": 120,
+ "semi": false,
+ "useTabs": true
+}