Chore: VSCode workspace: Default to tab indentation (#12587)

This commit is contained in:
Henry Heino
2025-06-28 20:00:39 +01:00
committed by GitHub
parent 098cabad40
commit ecc781ee39
+2 -1
View File
@@ -1,3 +1,4 @@
{
"cSpell.enabled": true
"cSpell.enabled": true,
"editor.insertSpaces": false
}