Created
May 31, 2018 13:44
-
-
Save jshbrntt/d371c5abc8c2a7bb6d305bde3417ff79 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains 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
{ | |
"html.format.wrapAttributes": "force", | |
"editor.tabSize": 2, | |
"editor.renderWhitespace": "all", | |
"terminal.integrated.fontFamily": "Meslo LG S DZ for Powerline", | |
"files.associations": { | |
"Dockerfile*": "dockerfile" | |
}, | |
"terminal.integrated.scrollback": 5000, | |
"vsicons.dontShowNewVersionMessage": true, | |
"window.zoomLevel": 0, | |
"standard.enable": true, | |
"files.insertFinalNewline": true, | |
"standard.autoFixOnSave": true, | |
"prettier.singleQuote": true, | |
"prettier.semi": false, | |
"gitlens.keymap": "alternate", | |
"workbench.colorTheme": "Base16 Monokai Dark", | |
"workbench.iconTheme": "vscode-icons", | |
"yaml.format.enable": true, | |
"yaml.validate": true, | |
"gitlens.codeLens.recentChange.enabled": false, | |
"gitlens.codeLens.authors.enabled": false, | |
"gitlens.historyExplorer.enabled": true, | |
"gitlens.advanced.messages": { | |
"suppressShowKeyBindingsNotice": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment