Skip to content

Instantly share code, notes, and snippets.

@karatechops
Created November 5, 2019 16:51
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 karatechops/c573210f8bf5d2cdbbf3ea37c6d5d72b to your computer and use it in GitHub Desktop.
Save karatechops/c573210f8bf5d2cdbbf3ea37c6d5d72b to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 2.6,
"files.encoding": "utf8",
"files.autoGuessEncoding": false,
"explorer.autoReveal": false,
"editor.minimap.enabled": false,
"workbench.colorTheme": "HPE DEV",
"editor.fontSize": 16,
"editor.letterSpacing": 0.25,
"editor.fontWeight": "100",
"editor.fontFamily": "Operator Mono",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.rulers": [
80,
120,
121
],
"editor.scrollBeyondLastLine": false,
"javascript.validate.enable": false,
"editor.showFoldingControls": "mouseover",
"emmet.syntaxProfiles": {
"javascript": "html"
},
"extensions.ignoreRecommendations": false,
"javascript.updateImportsOnFileMove.enabled": "never",
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.highlightModifiedTabs": true,
"explorer.confirmDelete": false,
"editor.formatOnSave": true,
"prettier.ignorePath": ".prettierignore",
"prettier.singleQuote": true,
"liveshare.featureSet": "insiders"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment