Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.json « .theia - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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
    }
}