This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
v0.7.0: Support preserving newlines in marked code blocks
Pre-release
Pre-release
- Added support for preserving newlines in code blocks demarcated by specific comments.
- Fixed formatting of empty class bodies where the opening curly brace exactly hits the column limit.
- Fixed possible column limit violation in a delegated super type entry.
- Treat is expressions as a block so that the formatter doesn't prefer to break inside them.