Created
January 29, 2025 19:46
-
-
Save ozgrozer/1f1663ba200e47760bcd4a89f599de3c to your computer and use it in GitHub Desktop.
Cursor Settings
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
{ | |
"workbench.colorTheme": "Atom One Dark", | |
"git.enabled": true, | |
"editor.tabSize": 2, | |
"editor.fontSize": 13, | |
"editor.wordWrap": "on", | |
"editor.lineHeight": 2.1, | |
"editor.cursorWidth": 3, | |
"editor.linkedEditing": true, | |
"editor.tabCompletion": "on", | |
"editor.lightbulb.enabled": "off", | |
"editor.suggestSelection": "first", | |
"editor.renderControlCharacters": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.rulers": [ | |
{ | |
"column": 80, | |
"color": "#3a4049" | |
} | |
], | |
"emmet.syntaxProfiles": { | |
"jsx": { | |
"attr_quotes": "single", | |
"self_closing_tag": "xhtml" | |
} | |
}, | |
"files.autoSave": "off", | |
"terminal.explorerKind": "external", | |
"bookmarks.navigateThroughAllFiles": false, | |
"editor.inlineSuggest.enabled": true, | |
"editor.colorDecorators": false, | |
"standard.nodePath": "/Users/mac/.nvm/versions/node/v18.19.0/bin/node", | |
"standard.run": "onSave", | |
"standard.engine": "standardx", | |
"standard.usePackageJson": true, | |
"standard.autoFixOnSave": true, | |
"standard.enableGlobally": false, | |
"explorer.openEditors.visible": 1, | |
"workbench.list.mouseWheelScrollSensitivity": 0.5, | |
"terminal.integrated.mouseWheelScrollSensitivity": 0.5, | |
"explorer.confirmDelete": false, | |
"editor.unicodeHighlight.ambiguousCharacters": false, | |
"security.workspace.trust.untrustedFiles": "open", | |
"editor.accessibilitySupport": "off", | |
"editor.codeLens": false, | |
"workbench.editor.enablePreview": false, | |
"breadcrumbs.enabled": false, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}", | |
"material-icon-theme.folders.theme": "classic", | |
"workbench.activityBar.location": "hidden", | |
"diffEditor.ignoreTrimWhitespace": false, | |
"window.newWindowDimensions": "inherit", | |
"files.trimTrailingWhitespace": true, | |
"diffEditor.renderSideBySide": false, | |
"editor.snippetSuggestions": "top", | |
"editor.detectIndentation": true, | |
"window.nativeFullScreen": true, | |
"files.insertFinalNewline": true, | |
"files.trimFinalNewlines": true, | |
"editor.minimap.enabled": false, | |
"editor.guides.indentation": false, | |
"scm.diffDecorations": "all", | |
"editor.hover.enabled": true, | |
"editor.hover.delay": 500, | |
"editor.matchBrackets": "near", | |
"workbench.tips.enabled": false, | |
"git.decorations.enabled": true, | |
"editor.selectionHighlight": true, | |
"editor.overviewRulerBorder": false, | |
"problems.decorations.enabled": false, | |
"editor.hideCursorInOverviewRuler": true, | |
"editor.gotoLocation.multipleReferences": "goto", | |
"editor.gotoLocation.multipleDefinitions": "goto", | |
"editor.gotoLocation.multipleDeclarations": "goto", | |
"workbench.editor.enablePreviewFromQuickOpen": false, | |
"editor.gotoLocation.multipleImplementations": "goto", | |
"editor.gotoLocation.multipleTypeDefinitions": "goto", | |
"workbench.editor.editorActionsLocation": "hidden", | |
"editor.stickyScroll.enabled": false, | |
"workbench.activityBar.orientation": "vertical", | |
"workbench.layoutControl.enabled": false, | |
"window.commandCenter": false, | |
"fileutils.newFile.typeahead.enabled": false, | |
"git.openRepositoryInParentFolders": "never", | |
"redhat.telemetry.enabled": false, | |
"git.ignoreMissingGitWarning": true, | |
"security.promptForLocalFileProtocolHandling": false, | |
"editor.stickyScroll.maxLineCount": 1, | |
"editor.stickyScroll.scrollWithEditor": false, | |
"workbench.tree.enableStickyScroll": false, | |
"workbench.tree.stickyScrollMaxItemCount": 1, | |
"[javascriptreact]": { | |
"editor.defaultFormatter": "numso.prettier-standard-vscode" | |
}, | |
"[javascript]": { | |
"editor.defaultFormatter": "numso.prettier-standard-vscode" | |
}, | |
"vscode_custom_css.imports": [ | |
"file:///Users/mac/Dropbox/apps/cursor/composer-to-zack.js" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment