Skip to content

Instantly share code, notes, and snippets.

@martinbuberl
Last active March 27, 2025 10:44
Show Gist options
  • Save martinbuberl/f1f03ab952cb01a3b0592906607679f6 to your computer and use it in GitHub Desktop.
Save martinbuberl/f1f03ab952cb01a3b0592906607679f6 to your computer and use it in GitHub Desktop.
Latest Cursor Settings File (~/Library/Application Support/Cursor/User/settings.json)
{
"window.commandCenter": true,
"editor.formatOnSave": true,
"editor.renderWhitespace": "all",
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment