Skip to content

Commit

Permalink
feat: update vscode for rails and rebornix.ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
cerico committed Jun 12, 2024
1 parent b429db6 commit e30d385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions files/vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[ruby]": {
"editor.defaultFormatter": "rebornix.ruby"
},
"ruby.useLanguageServer": true,
"ruby.lint": {
"rubocop": {
"useBundler": true
}
},
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.wordWrap": "bounded",
Expand Down

0 comments on commit e30d385

Please sign in to comment.