Skip to content

Commit

Permalink
Add pint default formatter for PHP files.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Nov 6, 2024
1 parent 6031ef2 commit b11e13f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stubs/stack-configs/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},

"[php]": {
"editor.defaultFormatter": "open-southeners.laravel-pint"
},
"[blade]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down

0 comments on commit b11e13f

Please sign in to comment.