This commit is contained in:
Alexander Zhirov 2025-08-21 20:09:16 +03:00
commit 97edc0d795
Signed by: alexander
GPG key ID: C8D8BE544A27C511
8 changed files with 314 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"editor.insertSpaces": false,
"editor.tabSize": 4,
"editor.detectIndentation": false
}