chore: add prettier config

This commit is contained in:
Ralph Khreish
2025-04-09 00:23:09 +02:00
parent 47b79c0e29
commit 8a3841e195
4 changed files with 67 additions and 14 deletions

11
.prettierrc Normal file
View File

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