Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Add Visual Studio Code settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Pablo Rinaldi committed May 23, 2020
1 parent 071edea commit b6260a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"editor.formatOnSave": true,
"ruby.useBundler": true,
"ruby.useLanguageServer": true,
"ruby.lint": {
"rubocop": {
"useBundler": true,
"forceExclusion": true
}
},
"ruby.format": "rubocop"
}

0 comments on commit b6260a9

Please sign in to comment.