another update

This commit is contained in:
2025-07-24 00:48:27 +03:00
parent dfc8e21db1
commit e0217cbbcb
75 changed files with 5331 additions and 4457 deletions

View File

@@ -1,5 +1,7 @@
{
"tabWidth": 4,
"useTabs": true,
"semi": true
"trailingComma": "none",
"tabWidth": 4,
"useTabs": true,
"semi": true,
"singleQuote": false
}