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, 0 insertions, 11 deletions
diff --git a/.theia/settings.json b/.theia/settings.json
deleted file mode 100644
index 8ad32b373f4..00000000000
--- a/.theia/settings.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "ruby.codeCompletion": "rcodetools",
- "ruby.format": "standard",
- "ruby.intellisense": "rubyLocate",
- "ruby.useBundler": true,
- "ruby.useLanguageServer": true,
- "ruby.lint": {
- "rubocop": true,
- "useBundler": true
- }
-}