Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Last active October 17, 2017 16:52
Show Gist options
  • Save tiagoamaro/1800958afd8fa1fed0adac4711ff9aa0 to your computer and use it in GitHub Desktop.
Save tiagoamaro/1800958afd8fa1fed0adac4711ff9aa0 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings
{
"editor.cursorBlinking": "solid",
"editor.fontSize": 13,
"editor.renderWhitespace": "all",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"workbench.editor.enablePreview": false,
"workbench.fontAliasing": "antialiased",
"ruby.lint": {
"ruby": true
},
"search.exclude": {
"**/log": true,
"**/tmp/cache": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment