Set indent size to 2 by default

This commit is contained in:
Elyan 2024-11-09 12:50:15 +01:00
parent f16b121c8d
commit e28b2b0415

View File

@ -38,6 +38,7 @@
"editor.guides.indentation": false,
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.indentSize": 2,
"editor.rulers": [
2,
4,