Skip to content

Instantly share code, notes, and snippets.

@LukeberryPi
Created March 3, 2024 06:37
Show Gist options
  • Save LukeberryPi/6638cdca4214f912a2a18d175d168529 to your computer and use it in GitHub Desktop.
Save LukeberryPi/6638cdca4214f912a2a18d175d168529 to your computer and use it in GitHub Desktop.
vscode-settings
{
"files.autoSave": "onFocusChange",
"editor.formatOnSave": true,
"workbench.colorTheme": "Gruvbox Dark Medium",
"workbench.iconTheme": "gruvbox-material-icon-theme",
"editor.fontSize": 16,
"terminal.integrated.fontSize": 16,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"workbench.sideBar.location": "right",
"editor.lineNumbers": "relative",
"tailwindCSS.colorDecorators": false,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "phase",
"editor.accessibilitySupport": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment