chore: update VSCode settings to set editor tab size to 2 for consistent code formatting

This commit is contained in:
2025-12-10 14:56:22 -03:00
parent f6f87fa2e7
commit 21e876261b

View File

@@ -40,5 +40,6 @@
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
},
"editor.tabSize": 2
}