Skip to content

Instantly share code, notes, and snippets.

@tirzasrwn
Last active December 23, 2022 00:45
Show Gist options
  • Save tirzasrwn/c9d868659e303716f4ce43e12cff0799 to your computer and use it in GitHub Desktop.
Save tirzasrwn/c9d868659e303716f4ce43e12cff0799 to your computer and use it in GitHub Desktop.
vscode user settings
{
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "phase",
"editor.cursorSmoothCaretAnimation": true,
"editor.cursorStyle": "block",
"editor.fontFamily": "'Fira Code Retina', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.formatOnSave": false,
"editor.guides.bracketPairs": "active",
"editor.lineNumbers": "relative",
"editor.minimap.enabled": false,
"editor.wordWrap": "off",
"explorer.openEditors.visible": 0,
"git.enabled": true,
"workbench.colorTheme": "Atom One Dark",
"workbench.iconTheme": "material-icon-theme",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment