settings.json 865 B

1234567891011121314151617181920212223242526
  1. {
  2. "files.autoSave": "afterDelay",
  3. "editor.fontSize": 14,
  4. "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
  5. "diffEditor.ignoreTrimWhitespace": true,
  6. "editor.autoClosingBrackets": "always",
  7. "editor.autoClosingQuotes": "always",
  8. "editor.autoIndent": true,
  9. "files.eol": "\n",
  10. "search.exclude": {
  11. "**/vendor/giote.com": true,
  12. },
  13. "html.autoClosingTags": true,
  14. "html.format.enable": true,
  15. "html.format.endWithNewline": true,
  16. "css.colorDecorators.enable": true,
  17. "less.colorDecorators.enable": true,
  18. "less.lint.argumentsInColorFunction": "error",
  19. "less.validate": true,
  20. "terminal.explorerKind": "integrated",
  21. "terminal.integrated.fontSize": 14,
  22. "terminal.integrated.fontWeight": "600",
  23. "merge-conflict.codeLens.enabled": true,
  24. "git.autorefresh": true,
  25. }