Skip to content

Instantly share code, notes, and snippets.

@bunsyy
Last active October 11, 2022 04:39
Show Gist options
  • Save bunsyy/b6a5065f340c4f0ca20addcd1e9ef754 to your computer and use it in GitHub Desktop.
Save bunsyy/b6a5065f340c4f0ca20addcd1e9ef754 to your computer and use it in GitHub Desktop.
VSCode Basic Settings
{
"window.zoomLevel": 1,
"workbench.colorTheme": "Cobalt2",
"workbench.iconTheme": "material-icon-theme",
"editor.suggestSelection": "first",
"files.autoSave": "afterDelay",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.fontFamily": "FiraCode-Retina",
"editor.fontLigatures": true,
"editor.fontWeight": "normal",
"editor.fontSize": 13,
"editor.cursorStyle": "block",
"editor.cursorBlinking": "phase",
"editor.codeActionsOnSave": {
"source.sortImports": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment