prettier / plugin-php

Prettier PHP Plugin
https://loilo.github.io/prettier-php-playground/
MIT License
1.74k stars 126 forks source link

Keep braces inline on empty classes and functions #2336

Closed hackel closed 2 months ago

hackel commented 6 months ago

This fixes #2275. It is a quick and dirty patch, so I would very much appreciate any critical feedback. Unfortunately this change also affected most of the tests, so there are many changes to the snapshots.

hackel commented 5 months ago

@czosel Have any time to look at this PR by chance? Interested to hear your thoughts.