summaryrefslogtreecommitdiff
path: root/.theia
diff options
context:
space:
mode:
Diffstat (limited to '.theia')
-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
+ }
+}