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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.theia/settings.json')
-rw-r--r--.theia/settings.json11
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
+ }
+}