更新 'settings.json'

This commit is contained in:
colin 2023-04-20 15:52:28 +08:00
parent d26590a256
commit 80c69b5aaf
1 changed files with 4 additions and 1 deletions

View File

@ -147,5 +147,8 @@
} }
] ]
}, },
"editor.autoClosingBrackets": "beforeWhitespace", "editor.autoClosingBrackets": "never",
"editor.autoClosingQuotes": "never",
"editor.autoClosingOvertype": "never",
"editor.autoClosingDelete": "never"
} }