| 1234567891011121314151617181920212223242526 |
- {
- "files.autoSave": "afterDelay",
- "editor.fontSize": 14,
- "editor.fontFamily": "Operator Mono, Consolas, 'Courier New', monospace",
- "diffEditor.ignoreTrimWhitespace": true,
- "editor.autoClosingBrackets": "always",
- "editor.autoClosingQuotes": "always",
- "editor.autoIndent": true,
- "files.eol": "\n",
- "search.exclude": {
- "**/vendor/giote.com": true,
- },
- "html.autoClosingTags": true,
- "html.format.enable": true,
- "html.format.endWithNewline": true,
- "css.colorDecorators.enable": true,
- "less.colorDecorators.enable": true,
- "less.lint.argumentsInColorFunction": "error",
- "less.validate": true,
- "terminal.explorerKind": "integrated",
- "terminal.integrated.fontSize": 14,
- "terminal.integrated.fontWeight": "600",
- "merge-conflict.codeLens.enabled": true,
- "git.autorefresh": true,
- }
|