1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

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

This commit is contained in:
Henry Heino
2025-06-28 12:00:39 -07:00
committed by GitHub
parent 098cabad40
commit ecc781ee39

View File

@@ -1,3 +1,4 @@
{
"cSpell.enabled": true
"cSpell.enabled": true,
"editor.insertSpaces": false
}