chore(cursor): update keybindings and settings

This commit is contained in:
Jim Myhrberg
2025-02-10 18:57:33 +00:00
parent 0cb2d3ab27
commit b6ac9ce2ac
2 changed files with 104 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
],
"editor.semanticHighlighting.enabled": true,
"editor.accessibilitySupport": "off",
"editor.minimap.enabled": true,
//
// Files
//
@@ -128,10 +129,14 @@
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.tabSize": 2
},
//
// YAML (by RedHat)
//
"redhat.telemetry.enabled": false,
//
// Makefile
//
"makefile.configureOnOpen": true
}