Skip to content

Instantly share code, notes, and snippets.

@jshbrntt
Created May 31, 2018 13:44
Show Gist options
  • Save jshbrntt/d371c5abc8c2a7bb6d305bde3417ff79 to your computer and use it in GitHub Desktop.
Save jshbrntt/d371c5abc8c2a7bb6d305bde3417ff79 to your computer and use it in GitHub Desktop.
VSCode Settings
{
"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