10 lines
151 B
JSON
10 lines
151 B
JSON
{
|
|
"[ruby]": {
|
|
"editor.defaultFormatter": "Shopify.ruby-lsp"
|
|
},
|
|
"rubyLsp.formatter": "standard",
|
|
"rubyLsp.linters": [
|
|
"standard"
|
|
],
|
|
}
|