adds: tweaks

This commit is contained in:
Ben Dixon
2019-05-19 05:51:27 +01:00
parent c0cf6ed545
commit f1a406bad8
3 changed files with 17 additions and 5 deletions

View File

@@ -2,5 +2,6 @@
"ruby.intellisense": "rubyLocate",
"ruby.codeCompletion": "rcodetools",
"ruby.format": "rubocop",
"ruby.useLanguageServer": true
"ruby.useLanguageServer": true,
"editor.tabSize": 2
}