add tab size

This commit is contained in:
MathieuG-P
2022-08-06 20:11:40 +02:00
parent b2c58e47ca
commit 76425e6c15
+3 -1
View File
@@ -27,5 +27,7 @@
"package-lock.json": true,
"*.{css,sass,scss}.d.ts": true
},
"editor.detectIndentation": false
"editor.detectIndentation": false,
"editor.tabSize": 4
}