vscode configuration

This commit is contained in:
Diego Najar 2021-09-12 20:57:59 +02:00
parent 6a0f32900b
commit 1045d83004

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

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