Skip to content

Instantly share code, notes, and snippets.

@willamesoares
Created January 17, 2018 14:31
Show Gist options
  • Save willamesoares/0b057b7ed08a0fea9e7d2f0025aa9a17 to your computer and use it in GitHub Desktop.
Save willamesoares/0b057b7ed08a0fea9e7d2f0025aa9a17 to your computer and use it in GitHub Desktop.
VS Code settings
{
"workbench.startupEditor": "newUntitledFile",
"window.zoomLevel": 1,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/vendor": true
},
"editor.tabSize": 2,
"editor.renderIndentGuides": false,
"editor.lineHeight": 23,
"editor.renderWhitespace": "all",
"vsicons.dontShowNewVersionMessage": true,
"workbench.colorTheme": "Atom One Dark",
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment