Turn off tabs where possible

This commit is contained in:
2026-03-26 19:59:05 -04:00
parent fd7afa67ac
commit 5d75f0a4d1

View File

@@ -19,5 +19,7 @@
"editor.autoClosingOvertype": "never", "editor.autoClosingOvertype": "never",
"editor.autoClosingComments": "never", "editor.autoClosingComments": "never",
"editor.autoClosingQuotes": "never", "editor.autoClosingQuotes": "never",
"editor.autoSurround": "never" "editor.autoSurround": "never",
"editor.insertSpaces": true,
"editor.renderWhitespace": "boundary"
} }