Skip to content

Instantly share code, notes, and snippets.

@junior4g
Last active February 28, 2024 03:04
Show Gist options
  • Save junior4g/2e1a5b8944a59b0877929b765136c84c to your computer and use it in GitHub Desktop.
Save junior4g/2e1a5b8944a59b0877929b765136c84c to your computer and use it in GitHub Desktop.
VSCode Settings (Updated)
{
"workbench.colorTheme": "Min Dark",
"workbench.iconTheme": "symbols",
"window.titleBarStyle": "custom",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.wordWrap": "on",
"editor.fontFamily": "JetBrains Mono",
"editor.fontSize": 13,
"editor.lineHeight": 1.8,
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.cursorSmoothCaretAnimation": "on",
"terminal.integrated.fontSize": 13,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"workbench.startupEditor": "newUntitledFile",
"symbols.hidesExplorerArrows": false,
"workbench.editor.labelFormat": "short",
"explorer.compactFolders": false,
"apc.font.family": "Inter",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment