Skip to content

Commit

Permalink
vscode-settings: use rubocop.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jul 25, 2024
1 parent 69aa73c commit 00d0ab7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@
"sound": "on"
},
"terminal.integrated.enableVisualBell": true,
"github.copilot.editor.enableAutoCompletions": true
"github.copilot.editor.enableAutoCompletions": true,
"rubyLsp.formatter": "rubocop"
}

0 comments on commit 00d0ab7

Please sign in to comment.