mtarld / api-platform-ms-bundle

A set of tools to use Api Platform in a microservice context
MIT License
66 stars 8 forks source link

feat: PHP CS Fixer - set Line-Ending #79

Closed Chris53897 closed 2 years ago

Chris53897 commented 2 years ago

With this line i do not get the line-ending warnings if i run vendor/bin/php-cs-fixer fix --dry-run --format checkstyle I am using Mac.

example: `

`

And if i run the actual command i not have to watch out for commits everytime (and do it in 2 commands) or with manuel work. vendor/bin/php-cs-fixer fix --format checkstyle

Please check this on your pc.