debian-mirror-gitlab/.theia/settings.json
2021-01-30 21:13:32 +05:30

12 lines
253 B
JSON

{
"ruby.codeCompletion": "rcodetools",
"ruby.format": "standard",
"ruby.intellisense": "rubyLocate",
"ruby.useBundler": true,
"ruby.useLanguageServer": true,
"ruby.lint": {
"rubocop": true,
"useBundler": true
}
}