We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b39c0f7 commit 62d44b5Copy full SHA for 62d44b5
.vscode/extensions.json
@@ -0,0 +1,8 @@
1
+{
2
+ "recommendations": [
3
+ "kaiwood.endwise",
4
+ "misogi.ruby-rubocop",
5
+ "rebornix.ruby",
6
+ "wingrunr21.vscode-ruby"
7
+ ]
8
+}
.vscode/settings.json
@@ -1,3 +1,6 @@
{
- "ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/"
-}
+ "ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
+ "files.trimTrailingWhitespace": true,
+ "editor.tabSize": 2,
+ "files.insertFinalNewline": true,
0 commit comments