This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Releases: hovinen/kotlin-auto-formatter
Releases · hovinen/kotlin-auto-formatter
v0.6.16
v0.6.15: Correct formatting in type parameter lists and class constructors
- Fixed the formatting of type parameter lists to behave more like other types of lists.
- Fixed the spacing around the colon specifying a type restriction in type parameters.
- Fixed the spacing before the primary constructor of a class declaration.
v0.6.14: Merge pull request #9 from Sebruck/indented-code-blocks
- Added support for proper formatting of code blocks in the Daring Fireball syntax in KDoc.
- Some performance improvements.
v0.6.13
v0.6.12
v0.6.11
v0.6.10
v0.6.7: Do not crash on empty KDoc.
Fixed a crash which occurred when attempting to format an empty KDoc block.