Skip to content

Commit

Permalink
update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
bpurinton committed Jun 12, 2024
1 parent 23ee31c commit 5272065
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 @@ -49,7 +49,8 @@
},
"[erb]": {
"editor.defaultFormatter": "aliariff.vscode-erb-beautify",
"editor.formatOnSave": false
"editor.formatOnSave": false,
"editor.autoClosingBrackets": "beforeWhitespace"
},
"files.associations": {
"*.html.erb": "erb"
Expand Down

0 comments on commit 5272065

Please sign in to comment.