Create Prettier config

This commit is contained in:
Maciej Pędzich 2022-09-12 12:45:25 +02:00
parent 33bc6bfd05
commit cc9fde9843

9
.prettierrc Normal file
View File

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