0.57
Added
TrailingCommaManagementStrategy.ONLY_ADDstrategy that does not remove existing trailing commas (#461, #512, #514) – @hick209- Formatting of where clauses (#541) – @hick209
- Special format handling of multiline strings with
trimMargin()andtrimIndent()(#389) – @hick209
Changed
FormattingOptions.manageTrailingCommaswas replaced withFormattingOptions.trailingCommaManagementStrategy, which also added newTrailingCommaManagementStrategy.ONLY_ADDstrategy (#461, #512, #514) – @hick209- All styles managing trailing commas by default now (#216, #442) – @hick209
Removed
Fixed
- Corrected reference to jar in formatter website's command line instructions https://facebook.github.io/ktfmt/ (cedc196) – @hick209
- Trailing comma on when cases (#376) – @hick209
- Update idea plugin name to avoid collision with google-java-format (#553) – @mchristiansen
Huge thanks to all the contributors! 🎉
Full Changelog: v0.56...v0.57