2025-11-18 10:59:03 +10:00

17 lines
522 B
JSON

{
"editor.guides.indentation": true,
"editor.wordWrapColumn": 120,
"editor.guides.highlightActiveIndentation": "always",
"editor.rulers": [80, 120],
"workbench.colorTheme": "Default Light Modern",
"workbench.iconTheme": "material-icon-theme",
"redhat.telemetry.enabled": false,
"debug.onTaskErrors": "showErrors",
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"explorer.confirmDelete": false,
"git.blame.editorDecoration.enabled": true,
"git.openRepositoryInParentFolders": "always"
}