1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 22:31:26 +00:00

Add prettier config

This commit is contained in:
Aiden Bai
2022-05-01 22:08:14 -07:00
parent 416dc0b85c
commit a9523dd39b

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2
}