add .prettierrc

This commit is contained in:
Borris 2025-03-01 20:20:36 +04:00
parent cefc73a63b
commit fcf5488a59
1 changed files with 8 additions and 0 deletions

8
.prettierrc Normal file
View File

@ -0,0 +1,8 @@
{
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"tabWidth": 2,
"useTabs": true
}