Skip to content

Instantly share code, notes, and snippets.

@heratyian
Created January 16, 2023 23:10
Show Gist options
  • Save heratyian/68416961e3b6c56500d18f06d086cfc3 to your computer and use it in GitHub Desktop.
Save heratyian/68416961e3b6c56500d18f06d086cfc3 to your computer and use it in GitHub Desktop.
Ruby .vscode settings
{
"editor.tabSize": 2,
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"ruby.useLanguageServer": true,
"solargraph.autoformat": true,
"solargraph.diagnostics": true,
"solargraph.formatting": true,
"solargraph.useBundler": true,
"terminal.integrated.profiles.osx": {
"zsh": {
"path": "zsh",
"args": [
"-l"
]
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment