Created
March 3, 2024 06:37
-
-
Save LukeberryPi/6638cdca4214f912a2a18d175d168529 to your computer and use it in GitHub Desktop.
vscode-settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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