csbindgen/.vscode/settings.json

5 lines
153 B
JSON
Raw Normal View History

2023-03-05 08:18:52 +00:00
{
"rust-analyzer.typing.autoClosingAngleBrackets.enable": false,
"editor.autoClosingQuotes": "never",
"editor.autoClosingBrackets": "never"
}