add settings

This commit is contained in:
griffi-gh 2024-03-06 20:34:28 +01:00
parent 758b28d235
commit 5bf6cc5615

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

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