summaryrefslogtreecommitdiff
path: root/.theia/settings.json
blob: 8ad32b373f4896f778e15786ab814affc3fd1040 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "ruby.codeCompletion": "rcodetools",
    "ruby.format": "standard",
    "ruby.intellisense": "rubyLocate",
    "ruby.useBundler": true,
    "ruby.useLanguageServer": true,
    "ruby.lint": {
      "rubocop": true,
      "useBundler": true
    }
}