This commit is contained in:
2026-03-31 05:00:45 -04:00
parent 3b3f418869
commit 6239c4be8a

View File

@@ -21,5 +21,7 @@
"editor.autoClosingQuotes": "never", "editor.autoClosingQuotes": "never",
"editor.autoSurround": "never", "editor.autoSurround": "never",
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.renderWhitespace": "boundary" "editor.renderWhitespace": "boundary",
"files.autoSave": "afterDelay",
"editor.suggest.filterGraceful": false
} }