From a9523dd39bf931e491750bb832dd13678e0e0c0d Mon Sep 17 00:00:00 2001
From: Aiden Bai <aiden.bai05@gmail.com>
Date: Mon, 02 May 2022 05:08:14 +0000
Subject: [PATCH] Add prettier config

---
 .prettierrc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/.prettierrc b/.prettierrc
new file mode 100644
index 0000000..f1bc35a
--- /dev/null
+++ b/.prettierrc
@@ -0,0 +1,6 @@
+{
+  "printWidth": 100,
+  "quoteProps": "as-needed",
+  "trailingComma": "all",
+  "tabWidth": 2
+}

--
Gitblit v1.10.0