This commit is contained in:
2026-05-04 18:30:49 +07:00
parent c848db9e65
commit ed5a1288c3
3 changed files with 48 additions and 147 deletions

7
.prettierrc Normal file
View File

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