Fixing vscode parentheses

This commit is contained in:
2026-03-19 11:02:55 -04:00
parent cba2b50661
commit 1e76c1e19e

View File

@@ -14,5 +14,10 @@
"editor.hover.delay": 1000, "editor.hover.delay": 1000,
"editor.hover.sticky": false, "editor.hover.sticky": false,
"editor.fontFamily": "Cousine", "editor.fontFamily": "Cousine",
"workbench.colorTheme": "Default Light Modern" "workbench.colorTheme": "Default Light Modern",
"editor.autoClosingBrackets": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingComments": "never",
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never"
} }