Skip to content

Instantly share code, notes, and snippets.

@DIY0R
Created August 8, 2024 12:59
Show Gist options
  • Save DIY0R/ea22222dcae62a35bc74056bc8e7d51b to your computer and use it in GitHub Desktop.
Save DIY0R/ea22222dcae62a35bc74056bc8e7d51b to your computer and use it in GitHub Desktop.
{
"editor.formatOnSave": true,
"editor.suggestSelection": "first",
"terminal.integrated.fontFamily": "'Cascadia Code',sans-serif",
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "catppuccin-perfect-latte",
"editor.fontFamily": "'Cascadia Code',sans-serif",
// "editor.fontFamily": " 'Fira Code', sans-serif",
// "editor.fontFamily": "Operator Mono Medium",
// "synthwave84.brightness": 0.45,
// "synthwave84.disableGlow": true,
//---
"editor.fontLigatures": true,
// "glassit.alpha": 240,
// "editor.fontWeight": null,
// "editor.cursorBlinking": "expand",
// "editor.cursorWidth": 2,
// "editor.cursorSmoothCaretAnimation": "on",
"prettier.semi": true,
"prettier.singleQuote": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"eslint.format.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[python]": {},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.validate": [
"python",
"javascript",
"javascriptreact",
"html",
"typescriptreact"
],
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"json.schemas": [],
"editor.fontWeight": "normal",
"workbench.colorTheme": "GitHub Dark Default",
"workbench.tree.renderIndentGuides": "always",
"editor.guides.bracketPairs": true,
"githubPullRequests.pullBranch": "never",
"editor.unicodeHighlight.nonBasicASCII": false,
"workbench.activityBar.location": "top",
"window.density.editorTabHeight": "compact",
"workbench.layoutControl.enabled": false,
"editor.scrollbar.horizontal": "hidden",
"editor.scrollbar.vertical": "hidden",
"window.commandCenter": false,
"files.autoSave": "afterDelay",
"launch": {
"configurations": [],
"compounds": []
},
"editor.fontSize": 13.5,
"editor.stickyScroll.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"glassit.alpha": 255,
"prisma.showPrismaDataPlatformNotification": false,
"git.autofetch": true,
"typescript.updateImportsOnFileMove.enabled": "never",
"diffEditor.ignoreTrimWhitespace": false,
"eslint.useFlatConfig": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment