configure VS Code workspace to use Standard Ruby
This commit is contained in:
parent
54bc100d2a
commit
768a58849d
9
.vscode/settings.json
vendored
Normal file
9
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"[ruby]": {
|
||||
"editor.defaultFormatter": "Shopify.ruby-lsp"
|
||||
},
|
||||
"rubyLsp.formatter": "standard",
|
||||
"rubyLsp.linters": [
|
||||
"standard"
|
||||
],
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user