рефакторинг

This commit is contained in:
2025-07-15 16:06:10 +03:00
parent df12bde43f
commit 90ebcd3772
14 changed files with 1722 additions and 1867 deletions

View File

@@ -2,8 +2,8 @@
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"semi": false,
"singleQuote": true,
"bracketSpacing": true,
"bracketSameLine": false
}