Skip to content

Instantly share code, notes, and snippets.

@tiagoamaro
Last active May 21, 2018 13:00
Show Gist options
  • Save tiagoamaro/630e74d7aa427e1eaa5a2346c6840a43 to your computer and use it in GitHub Desktop.
Save tiagoamaro/630e74d7aa427e1eaa5a2346c6840a43 to your computer and use it in GitHub Desktop.
VS Code Extensions
{
"editor.cursorBlinking": "solid",
"editor.fontSize": 13,
"editor.renderWhitespace": "all",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 500,
"files.defaultLanguage": "markdown",
"workbench.editor.enablePreview": false,
"ruby.lint": {
"ruby": true
},
"search.exclude": {
"**/log": true,
"**/tmp/cache": true,
"**/.cache-loader": true,
"**/dist/scripts": true
},
"window.zoomLevel": 0,
"[ruby]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}
  • Code Spell Checker
  • EditorConfig VS Code
  • Ruby
  • vscode-input-sequence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment