Skip to content

Instantly share code, notes, and snippets.

@ErickAgrazal
Last active June 12, 2022 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ErickAgrazal/a153bea69aaadcbb8fd1a878d48467b0 to your computer and use it in GitHub Desktop.
Save ErickAgrazal/a153bea69aaadcbb8fd1a878d48467b0 to your computer and use it in GitHub Desktop.
My visual Studio code settings
{
"editor.autoIndent": "full",
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "line",
"editor.fontFamily": "Fira Code",
"editor.formatOnPaste": false,
"editor.formatOnType": false,
"editor.fontLigatures": true,
"editor.letterSpacing": 0.1,
"editor.minimap.enabled": true,
"editor.tabSize": 2,
"editor.wordWrap": "off",
"telemetry.telemetryLevel": "off",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontSize": 14,
"terminal.integrated.fontSize": 12,
"editor.renderWhitespace": "all",
"workbench.colorTheme": "Cobalt2",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment