cursor
Cursor
settings.json
json
{
"[bat]": {
"editor.tabSize": 4,
"files.encoding": "gbk"
},
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"[go]": {
"editor.defaultFormatter": "golang.go",
"editor.tabSize": 4
},
"[python]": {
"editor.codeActionsOnSave": {
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.tabSize": 4
},
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.tabSize": 4
},
"editor.cursorSmoothCaretAnimation": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "'FiraCode Nerd Font', 'Fira Code', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.guides.bracketPairs": "active",
"editor.linkedEditing": true,
"editor.quickSuggestions": {
"strings": "on"
},
"editor.smoothScrolling": true,
"editor.tabSize": 2,
"extensions.ignoreRecommendations": true,
"files.associations": {
"*.css": "tailwindcss",
"manifest.json": "jsonc",
"pages.json": "jsonc"
},
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.simpleDialog.enable": true,
"files.trimTrailingWhitespace": true,
"git.openRepositoryInParentFolders": "always",
"gitlens.graph.layout": "editor",
"liveServer.settings.donotShowInfoMsg": true,
"security.workspace.trust.enabled": false,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.cursorStyle": "line",
"terminal.integrated.fontSize": 16,
"terminal.integrated.smoothScrolling": true,
"window.autoDetectColorScheme": true,
"window.dialogStyle": "custom",
"window.nativeTabs": true,
"workbench.activityBar.orientation": "vertical",
"workbench.colorTheme": "Vitesse Dark",
"workbench.iconTheme": "file-icons",
"workbench.list.smoothScrolling": true,
"workbench.preferredDarkColorTheme": "Vitesse Dark",
"workbench.preferredLightColorTheme": "Vitesse Light",
"workbench.productIconTheme": "icons-carbon",
"workbench.startupEditor": "none"
}