Skip to content
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
Compare
Choose a tag to compare
@hovinen hovinen released this 01 Feb 19:53
· 29 commits to master since this 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.