chore: add vscode config for indent size

This commit is contained in:
Ashhhleyyy 2024-06-04 21:36:21 +01:00
parent 764eba8a83
commit 38d26f81f4
Signed by: ash
GPG key ID: 83B789081A0878FB

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

@ -0,0 +1,3 @@
{
"editor.tabSize": 2,
}