Add Prettier config

This commit is contained in:
Maciej Pędzich 2023-05-23 08:26:30 +02:00
parent 04803f0c4f
commit 8ddb5a89c9

9
.prettierrc Normal file
View File

@ -0,0 +1,9 @@
{
"tabWidth": 2,
"printWidth": 80,
"useTabs": false,
"singleQuote": true,
"arrowParens": "always",
"trailingComma": "none",
"endOfLine": "lf"
}