Skip to content

Instantly share code, notes, and snippets.

@erickacevedor
Last active May 17, 2020 00:05
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 erickacevedor/483ee5ff0aebd57260e7c93e6d12edd9 to your computer and use it in GitHub Desktop.
Save erickacevedor/483ee5ff0aebd57260e7c93e6d12edd9 to your computer and use it in GitHub Desktop.
{
"window.zoomLevel": 0,
"editor.fontSize": 13,
"workbench.colorTheme": "Night Owl",
"editor.autoClosingBrackets": "always",
"editor.snippetSuggestions": "bottom",
"html.format.indentInnerHtml": true,
"editor.cursorBlinking": "smooth",
"editor.quickSuggestionsDelay": 0,
"explorer.confirmDelete": false,
"scssFormatter.tabWidth": 4,
"scssFormatter.useTabs": true,
"scssFormatter.singleQuote": true,
"git.ignoreMissingGitWarning": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.quietSync": true,
"sync.gist": "438ea89f006ab41dbd5e69ee986bcfeb",
"editor.suggest.maxVisibleSuggestions": 5,
"editor.suggest.showIcons": true,
"editor.fontFamily": "Hack",
"css.completion.completePropertyWithSemicolon": false,
"less.completion.completePropertyWithSemicolon": false,
"editor.colorDecorators": false,
"workbench.startupEditor": "newUntitledFile",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"workbench.colorCustomizations": {
"editorLineNumber.activeForeground": "#FF0",
"editorLineNumber.foreground": "#FF0",
"textCodeBlock.background": "#FF0",
"activityBarBadge.background": "#f5c70f"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"git.autofetch": true,
"workbench.tips.enabled": false,
"terminal.integrated.rendererType": "dom",
"scss.completion.completePropertyWithSemicolon": false,
"scss.completion.triggerPropertyValueCompletion": false,
"css.completion.triggerPropertyValueCompletion": false,
"sync.forceUpload": true,
"sync.forceDownload": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment