Created
November 19, 2021 02:27
-
-
Save pjsier/8557603b71c7587db2a4ead5fdb68694 to your computer and use it in GitHub Desktop.
VSCode configuration for formatting with standard, can go in .vscode/settings.json
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
{ | |
"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