Add Prettier config

This commit is contained in:
He4eT 2025-05-23 00:45:22 +02:00
commit 75333ff7c0

5
.prettierrc.json Normal file
View file

@ -0,0 +1,5 @@
{
"printWidth": 80,
"singleQuote": true,
"quoteProps": "consistent"
}