Added
- When a list of interfaces after
extends
orimplements
spans multiple lines, move every interface to its own line
Changed
- Shorten empty class and function bodies to
{}
and move them to the previous line - Improve formatting of anonymous classes and attributes
- Add a blank line between file-level docblocks and
declare
statements
Fixed
- Many small bugs you probably hadn't noticed