Skip to content

Instantly share code, notes, and snippets.

@pjsier
Created November 19, 2021 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pjsier/8557603b71c7587db2a4ead5fdb68694 to your computer and use it in GitHub Desktop.
Save pjsier/8557603b71c7587db2a4ead5fdb68694 to your computer and use it in GitHub Desktop.
VSCode configuration for formatting with standard, can go in .vscode/settings.json
{
"editor.formatOnSave": true,
"ruby.useBundler": true,
"ruby.format": "standard"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment