settings.json 561 B

1234567891011121314151617181920
  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": false,
  10. "editor.detectIndentation": false,
  11. "editor.insertSpaces": false,
  12. "editor.minimap.enabled": false,
  13. "editor.autoClosingBrackets": false,
  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. }