Skip to content

Instantly share code, notes, and snippets.

@agjs
Created March 26, 2021 10:53
Show Gist options
  • Save agjs/3acbbd9ea850442a0af18cc8f923586b to your computer and use it in GitHub Desktop.
Save agjs/3acbbd9ea850442a0af18cc8f923586b to your computer and use it in GitHub Desktop.
Format .erb templates and ruby files inside VSCode
Details at: https://aleksandar.xyz/blog/formatting-ruby-and-erb-in-vscode/
"files.associations": {
"*.erb": "erb"
},
"[erb]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "aliariff.vscode-erb-beautify",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment