feat(prettier): add Prettier configuration file for code formatting

pull/963/head
TheItsNamless 2025-07-22 20:22:46 +02:00
parent 82721805f4
commit 46775479d5
1 changed files with 10 additions and 0 deletions

10
.prettierrc.json Normal file
View File

@ -0,0 +1,10 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": false,
"tabWidth": 2,
"useTabs": false,
"printWidth": 80,
"bracketSpacing": true,
"arrowParens": "always"
}