Files
dotfiles-new/Cursor/User/settings.json
2025-06-26 01:00:00 +03:00

204 lines
6.9 KiB
JSON

{
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"editor.accessibilitySupport": "off",
"editor.detectIndentation": false,
"editor.fontFamily": "Fira Code Retina",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.hideCursorInOverviewRuler": true,
"editor.minimap.enabled": false,
"editor.mouseWheelZoom": true,
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": false,
"files.autoSave": "off",
"files.autoSaveDelay": 10000,
"files.defaultLanguage": "javascript",
"files.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/.fdk/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/logs/**": true,
"**/.fdk/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"search.exclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/bower_components": true,
"**/dist/**": true,
"**/log/**": true,
"**/.history/**": true,
"**/.classpath": true,
"**/.factorypath": true,
"**/.project": true,
"**/.settings": true
},
"editor.tabSize": 2,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"html.format.indentInnerHtml": true,
"javascript.suggest.completeFunctionCalls": true,
"javascript.validate.enable": false,
"jest.autoEnable": false,
"peacock.surpriseMeOnStartup": true,
"peacock.surpriseMeFromFavoritesOnly": true,
"peacock.showColorInStatusBar": false,
"sync.forceUpload": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"window.nativeFullScreen": true,
"window.nativeTabs": false,
"workbench.colorCustomizations": {
"activityBar.background": "#000",
"activityBar.foreground": "#FFF",
"activityBar.inactiveForeground": "#ffffffbf",
"titleBar.activeBackground": "#000",
"titleBar.inactiveBackground": "#b52e3199",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveForeground": "#e7e7e799",
"statusBar.background": "#000",
"statusBarItem.hoverBackground": "#d04649",
"statusBar.foreground": "#e7e7e7",
"sideBar.background": "#000",
"icon.foreground": "#FFF",
"symbolIcon.colorForeground": "#ff0000",
"icon.colorForeground": "#ff0000"
},
"peacock.color": "#b52e31",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"workbench.statusBar.feedback.visible": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "never"
},
"search.useIgnoreFiles": true,
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.renderWhitespace": "all",
"prettier.requireConfig": true,
"prettier.trailingComma": "all",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"customizeUI.font.regular": "SF Pro Display",
"customizeUI.font.monospace": "SF Mono Light",
"customizeUI.titleBar": "inline",
"customizeUI.activityBar": "wide",
"indenticator.color.light": "#ffffff",
"indenticator.color.dark": "#ffffff",
"indenticator.inner.showHighlight": true,
"terminal.integrated.rendererType": "dom",
"gitlens.views.repositories.files.layout": "list",
"workbench.enableExperiments": false,
"debug.javascript.autoAttachFilter": "disabled",
"workbench.editor.wrapTabs": true,
"docker.showStartPage": false,
"gitlens.views.branches.branches.layout": "list",
"workbench.tree.indent": 40,
"javascript.updateImportsOnFileMove.enabled": "never",
"typescript.updateImportsOnFileMove.enabled": "always",
"terminal.integrated.altClickMovesCursor": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.bracketPairColorization.enabled": true,
"workbench.editor.labelFormat": "short",
"editor.smoothScrolling": false,
"workbench.list.smoothScrolling": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.cursorBlinking": "expand",
"editor.cursorWidth": 6,
"files.associations": {
".env.local": "shellscript"
},
"settingsSync.ignoredExtensions": [
"xyz.local-history"
],
"sync.syncExtensions": true,
"git.mergeEditor": false,
"window.menuBarVisibility": "toggle",
"codestream.email": "projects@supa.ee",
"sync.gist": "992c91d867b2f5ce94cd6bedf0a630f4",
"workbench.colorTheme": "Cursor Dark High Contrast",
"editor.stickyScroll.enabled": true,
"java.import.gradle.java.home": "/usr/lib/jvm/temurin-11-jdk-amd64",
"window.zoomLevel": -2,
"codetogether.userName": "ok",
"eslint.workingDirectories": [
{
"mode": "auto"
}
],
"yaml.schemaStore.enable": false,
"workbench.remoteIndicator.showExtensionRecommendations": false,
"window.commandCenter": false,
"scm.showHistoryGraph": false,
"syncSettings.confirmSync": true,
"search.useGlobalIgnoreFiles": true
}