diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-16 09:09:06 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-16 09:09:06 +0000 |
commit | ed7568cc8083a9f8923d1a26bc0d8f60e3f629a3 (patch) | |
tree | 147bef3e0dd36eb5ccf915799d527b73f4b696f0 /.theia | |
parent | e94d662e5aabd4918de373b37c4f084325c7c1f8 (diff) | |
download | gitlab-ce-ed7568cc8083a9f8923d1a26bc0d8f60e3f629a3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.theia')
-rw-r--r-- | .theia/settings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.theia/settings.json b/.theia/settings.json new file mode 100644 index 00000000000..8ad32b373f4 --- /dev/null +++ b/.theia/settings.json @@ -0,0 +1,11 @@ +{ + "ruby.codeCompletion": "rcodetools", + "ruby.format": "standard", + "ruby.intellisense": "rubyLocate", + "ruby.useBundler": true, + "ruby.useLanguageServer": true, + "ruby.lint": { + "rubocop": true, + "useBundler": true + } +} |