debian-mirror-gitlab/.theia/settings.json

12 lines
253 B
JSON
Raw Normal View History

2021-01-03 14:25:43 +05:30
{
"ruby.codeCompletion": "rcodetools",
"ruby.format": "standard",
"ruby.intellisense": "rubyLocate",
"ruby.useBundler": true,
"ruby.useLanguageServer": true,
"ruby.lint": {
"rubocop": true,
"useBundler": true
}
}