summaryrefslogtreecommitdiff
path: root/.prettierrc
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-12-17 20:50:34 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-12-17 20:50:34 +0100
commit29cd5193ea84df492df0b04f665c77183c911e2b (patch)
tree74aeae9a8213be21750d64bc464632ee31a27f27 /.prettierrc
parent4134750ef6921c8f0fcac898594101a6ca5f4f4f (diff)
Add formatting
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..a07280e
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+ "trailingComma": "es5",
+ "tabWidth": 4,
+ "semi": false,
+ "singleQuote": false
+} \ No newline at end of file