Last active
January 29, 2020 10:13
-
-
Save aleksb86/0647e5c8f64713f0f9b5051a0c799efa to your computer and use it in GitHub Desktop.
VS Code minimal Ruby configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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