Skip to content

Instantly share code, notes, and snippets.

@Chmarusso
Created January 8, 2019 08:50
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 Chmarusso/baefe8134b5b148816e704221912c692 to your computer and use it in GitHub Desktop.
Save Chmarusso/baefe8134b5b148816e704221912c692 to your computer and use it in GitHub Desktop.
My VS Code settings
{
"window.zoomLevel": 3,
"editor.renderWhitespace": "boundary",
"editor.tabSize": 2,
"workbench.iconTheme": "eq-material-theme-icons-palenight",
"editor.rulers": [80],
"editor.scrollBeyondLastLine": false,
"editor.wrappingIndent": "none",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.renderIndentGuides": true,
"workbench.editor.enablePreview": false,
"editor.minimap.enabled": false,
"extensions.ignoreRecommendations": false,
"javascript.validate.enable": false,
"standard.usePackageJson": true,
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"materialTheme.fixIconsRunning": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment