settings.json 639 B

12345678910111213141516171819202122
  1. {
  2. "workbench.editor.enablePreview": false,
  3. "files.associations": {
  4. "*.vs": "cpp",
  5. "*.fs": "cpp"
  6. },
  7. "files.trimTrailingWhitespace": false,
  8. "editor.fontSize": 28,
  9. "editor.autoIndent": "advanced",
  10. "editor.detectIndentation": false,
  11. "editor.insertSpaces": false,
  12. "editor.minimap.enabled": false,
  13. "editor.autoClosingBrackets": "never",
  14. "editor.formatOnType": false,
  15. "editor.acceptSuggestionOnEnter": "off",
  16. "editor.acceptSuggestionOnCommitCharacter": false,
  17. "editor.mouseWheelZoom": true,
  18. "editor.renderWhitespace": "all",
  19. "workbench.tree.indent": 30,
  20. "editor.autoClosingQuotes": "never",
  21. "editor.autoSurround": "never",
  22. }