This commit is contained in:
fro1991
2025-06-22 13:54:41 +07:00
parent 145fd4a1c0
commit 2fa3c31f80
2 changed files with 21 additions and 3 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"printWidth": 5000,
"semi": true,
"singleQuote": false,
"tabWidth": 4,
"useTabs": true
}