Last active
March 27, 2025 10:44
-
-
Save martinbuberl/f1f03ab952cb01a3b0592906607679f6 to your computer and use it in GitHub Desktop.
Latest Cursor Settings File (~/Library/Application Support/Cursor/User/settings.json)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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