Skip to content

Commit

Permalink
cursor-settings: better match VSCode.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Oct 10, 2024
1 parent 1df57a7 commit 046ec26
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions cursor-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"editor.showUnused": false,
"editor.tabCompletion": "on",
"workbench.editor.tabCloseButton": "left",
"workbench.iconTheme": "macos-modern-big-sur-icon-theme",
"workbench.startupEditor": "none",
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.closeOnFileDelete": false,
Expand Down Expand Up @@ -97,10 +98,7 @@
"workbench.editor.enablePreview": false,
"githubPullRequests.pullBranch": "never",
"github.copilot.enable": {
"*": false,
"plaintext": false,
"markdown": true,
"scminput": false
"*": false
},
"git.openRepositoryInParentFolders": "always",
"[dockerfile]": {
Expand All @@ -116,10 +114,4 @@
"terminal.integrated.enableVisualBell": true,
"github.copilot.editor.enableAutoCompletions": true,
"rubyLsp.formatter": "rubocop",
"cursor.cpp.disabledLanguages": [
"plaintext",
"scminput"
],
"workbench.panel.defaultLocation": "right",
"terminal.integrated.sendKeybindingsToShell": true
}

0 comments on commit 046ec26

Please sign in to comment.