Skip to content

Commit

Permalink
[Minor] Order entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gzurowski committed Jan 6, 2025
1 parent 9cd60a8 commit ca7f5e0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cursor/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"git.blame.editorDecoration.enabled": true,
"git.blame.statusBarItem.enabled": true,
"window.commandCenter": 1,
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Default Light Modern",
"workbench.activityBar.orientation": "vertical",
"[scminput]": {
"editor.rulers": [
50,
72
],
"editor.wordWrap": "wordWrapColumn"
}
},
"git.blame.editorDecoration.enabled": true,
"git.blame.statusBarItem.enabled": true,
"window.commandCenter": 1,
"workbench.activityBar.orientation": "vertical",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Default Light Modern"
}

0 comments on commit ca7f5e0

Please sign in to comment.