add prettier settings

This commit is contained in:
onyx-and-iris 2023-05-26 21:17:17 +01:00
parent bc93654297
commit 799ae52b02

4
.prettierrc Normal file
View File

@ -0,0 +1,4 @@
{
"singleQuote": false,
"tabWidth": 2
}