diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000000..53451fc239 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,8 @@ +{ + "recommendations": [ + "kaiwood.endwise", + "misogi.ruby-rubocop", + "rebornix.ruby", + "wingrunr21.vscode-ruby" + ] +} diff --git a/.vscode/settings.json b/.vscode/settings.json index 247b9a973a..20151d086d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/" -} \ No newline at end of file + "ruby.rubocop.executePath": "Library/Homebrew/shims/gems/", + "files.trimTrailingWhitespace": true, + "editor.tabSize": 2, + "files.insertFinalNewline": true, +}