Skip to content

Instantly share code, notes, and snippets.

@sysarcher
Last active April 25, 2016 07:52
Show Gist options
  • Save sysarcher/5de1ae4ab3f3b482ef1fa1cfd4465f27 to your computer and use it in GitHub Desktop.
Save sysarcher/5de1ae4ab3f3b482ef1fa1cfd4465f27 to your computer and use it in GitHub Desktop.
VS Code: set Vagrantfile to be rendered as Ruby (finally) (File > Preferences > User Settings)
{
"editor.insertSpaces": true,
"files.eol": "\n",
"files.associations": {
"Vagrantfile": "ruby"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment