Skip to content

Instantly share code, notes, and snippets.

@aleksb86
Last active January 29, 2020 10:13
Show Gist options
  • Save aleksb86/0647e5c8f64713f0f9b5051a0c799efa to your computer and use it in GitHub Desktop.
Save aleksb86/0647e5c8f64713f0f9b5051a0c799efa to your computer and use it in GitHub Desktop.
VS Code minimal Ruby configuration
{
"ruby.rubocop.configFilePath": "/home/aleks/dev/event_maker/rubocop.yml",
"ruby.rubocop.useBundler": true,
"workbench.startupEditor": "newUntitledFile",
"emmet.includeLanguages": {
"erb": "html",
"html.erb": "html"
},
"editor.tabSize": 2,
"editor.renderWhitespace": "all"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment