Добавлена конфигурация для vscode

This commit is contained in:
Alexander Zhirov 2025-05-15 23:09:28 +03:00
parent 2b7cc25396
commit 5a2fe2cb11
Signed by: alexander
GPG key ID: C8D8BE544A27C511

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

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