summary refs log tree commit diff
path: root/.prettierrc
diff options
context:
space:
mode:
authorThe Arcane Brony <myrainbowdash949@gmail.com>2021-10-22 09:26:01 +0200
committerThe Arcane Brony <myrainbowdash949@gmail.com>2021-11-11 22:24:44 +0100
commit06456cf7275fb2ad7141d91c7c7611e04f532277 (patch)
tree6bf9b0495d1f8f089d18134d49de8a90b0b9fa73 /.prettierrc
parentAdd plugin & css support, add styling to differentiate from discord.com (diff)
downloadserver-06456cf7275fb2ad7141d91c7c7611e04f532277.tar.xz
Global prettierrc, format build.js
Diffstat (limited to '.prettierrc')
-rw-r--r--.prettierrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/.prettierrc b/.prettierrc
index 8dc2e726..7d715cba 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,4 +1,7 @@
 {
 	"tabWidth": 4,
-	"useTabs": true
-}
+	"useTabs": true,
+	"printWidth": 140,
+	"trailingComma": "none",
+    "useTabs": true
+}
\ No newline at end of file