Created
August 13, 2019 16:18
-
-
Save FlowerWrong/fdad09d91a5e85a06cb533f06caf71d3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"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