12345678910111213141516171819202122 |
- {
- "workbench.editor.enablePreview": false,
- "files.associations": {
- "*.vs": "cpp",
- "*.fs": "cpp"
- },
- "files.trimTrailingWhitespace": false,
- "editor.fontSize": 28,
- "editor.autoIndent": "advanced",
- "editor.detectIndentation": false,
- "editor.insertSpaces": false,
- "editor.minimap.enabled": false,
- "editor.autoClosingBrackets": "never",
- "editor.formatOnType": false,
- "editor.acceptSuggestionOnEnter": "off",
- "editor.acceptSuggestionOnCommitCharacter": false,
- "editor.mouseWheelZoom": true,
- "editor.renderWhitespace": "all",
- "workbench.tree.indent": 30,
- "editor.autoClosingQuotes": "never",
- "editor.autoSurround": "never",
- }
|