Last active
May 17, 2020 00:05
-
-
Save erickacevedor/483ee5ff0aebd57260e7c93e6d12edd9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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