Skip to content

Instantly share code, notes, and snippets.

@agjs
Created February 20, 2024 20:54
Show Gist options
  • Save agjs/b90b4d7986956d90aa38859e4e5a309b to your computer and use it in GitHub Desktop.
Save agjs/b90b4d7986956d90aa38859e4e5a309b to your computer and use it in GitHub Desktop.
alex-vscode-gist
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"eslint.format.enable": true,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"background.smoothImageRendering": true,
"background.renderContentAboveBackground": true,
"background.useWindowOptionsForAllBackgrounds": true,
"workbench.editor.pinnedTabSizing": "shrink",
"workbench.editor.scrollToSwitchTabs": true,
"workbench.editor.highlightModifiedTabs": true,
"editor.wordWrap": "bounded",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 12,
"editor.fontLigatures": "'ss02' on, 'ss04' on, 'ss07' on, 'ss08' on, 'ss10' on, 'ss12' on",
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "keyword.control",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "meta.return-type",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "entity.name.tag",
"settings": {
"fontStyle": "italic"
}
}
]
},
"editor.lineHeight": 21,
"editor.fontVariations": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.editor.pinnedTabsOnSeparateRow": true,
"workbench.editor.tabSizingFixedMaxWidth": 120,
"workbench.editor.wrapTabs": true,
"diffEditor.wordWrap": "on",
"editor.wordWrapColumn": 150,
"javascript.referencesCodeLens.enabled": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "always"
},
"background.windowBackgrounds": [
"https://gcdnb.pbrd.co/images/GeSrlS1Atiml.jpg?o=1"
],
"javascript.validate.enable": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment