laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.
https://laravel.com/docs/pint
MIT License
2.76k stars 142 forks source link

[Volt] Format blade files #217

Closed robsontenorio closed 12 months ago

robsontenorio commented 12 months ago

Considering increasing Volt popularity, do you guys reconsidered supporting blade files? Or not plans yet?

driesvints commented 12 months ago

This would be amazing but unfortunately there isn't good tooling at this point. If someone could point out proper tooling for formatting Blade files in the same paradigm as Pint then we could have a look. Things like Prettier are unfortunately not an option since we can't bundle it into the binary.