Last active
October 5, 2018 13:03
-
-
Save emersxw/bdaf30313a3501791f758aaca6ad0b55 to your computer and use it in GitHub Desktop.
vsCode Config
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
{ | |
"editor.tabSize": 2, | |
"editor.scrollbar.verticalScrollbarSize": 1, | |
"explorer.scrollbar.verticalScrollbarSize": 1, | |
"editor.scrollbar.horizontalScrollbarSize": 1, | |
"editor.overviewRulerBorder": false, | |
"editor.snippetSuggestions": "top", | |
"prettier.eslintIntegration": true, | |
"workbench.welcome.enable": false, | |
"prettier.singleQuote": true, | |
"editor.cursorStyle": "line-thin", | |
"material-icon-theme.showWelcomeMessage": false, | |
"editor.minimap.enabled": false, | |
"workbench.startupEditor": "newUntitledFile", | |
"window.zoomLevel": -1, | |
"[plaintext]": {}, | |
"editor.wordWrap": "on", | |
"liveServer.settings.donotShowInfoMsg": true, | |
"explorer.confirmDragAndDrop": false, | |
"materialTheme.fixIconsRunning": false, | |
"workbench.iconTheme": "material-icon-theme", | |
"workbench.colorTheme": "Quiet Light", | |
"editor.fontSize": 14, | |
"material-icon-theme.folders.color": "#90a4ae", | |
"workbench.sideBar.location": "left", | |
// "window.nativeTabs": true, | |
"editor.action.formatDocument": "shift+alt+f", | |
"explorer.openEditors.visible": 0, | |
"emmet.includeLanguages": { | |
"javascript": "html" | |
}, | |
"editor.formatOnSave": true, | |
"editor.formatOnPaste": true, | |
"javascript.updateImportsOnFileMove.enabled": "always", | |
"terminal.integrated.cursorStyle": "line", | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
}, | |
"gitlens.currentLine.enabled": false, | |
"editor.fontWeight": "normal", | |
"workbench.activityBar.visible": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment