This commit is contained in:
Valentin Silytuin
2024-12-19 22:45:52 +04:00
commit 72dc9167f4
11 changed files with 1653 additions and 0 deletions

6
.prettierrc Normal file
View File

@@ -0,0 +1,6 @@
{
"printWidth": 120,
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "all"
}