v0.4.43
Changed
- Always move doc comments (
/**
...*/
) to the next line - Don't add blank lines before multi-line doc comments or their C-style counterparts if they appear mid-statement
- Collapse doc comments with one line of content to a single line (unless they appear to describe a file or are pinned to a declaration)
- Remove empty doc comments