Skip to content

Instantly share code, notes, and snippets.

@FlowerWrong
Created August 13, 2019 16:18
Show Gist options
  • Save FlowerWrong/fdad09d91a5e85a06cb533f06caf71d3 to your computer and use it in GitHub Desktop.
Save FlowerWrong/fdad09d91a5e85a06cb533f06caf71d3 to your computer and use it in GitHub Desktop.
{
"ruby.rubocop.executePath": "/Users/xxx/.rbenv/shims/",
"ruby.rubocop.onSave": true,
"ruby.useLanguageServer": false,
"[ruby]": {
"editor.formatOnSave": true
},
"editor.formatOnSave": true,
"editor.formatOnSaveTimeout": 1500,
"solargraph.autoformat": true,
"solargraph.diagnostics": true,
"solargraph.formatting": true,
"workbench.colorTheme": "Atom One Dark",
"workbench.startupEditor": "newUntitledFile"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment