Added
- Support
ij_kotlin_indent_sizeineditorconfig. (#604) – @Goooler - Support for lists within quoted blocks in KDoc comments (68fa158) – @hick209
- Fix
ONLY_ADDtrailing commas strategy causing lines overMAX_WIDTHlength (#610) – @lwasyl - Remove forced breaking of
contextfunction types (#613) – @kyay10 - Preserve user-authored line breaks inside lambda bodies by default, rather than have ktfmt impose anything. This can be particularly useful for DSL syntax like Compose UI or Kotlin Gradle script. The behavior follows the
FormattingOptions.preserveLambdaBreakssetting of the chosen style. (#614) – @ZacSweers - Add a
FormattingOptions.BuilderAPI for tools to avoid breaking ABI changes with new options. (#614) – @ZacSweers
Huge thanks to all the contributors! 🎉
Full Changelog: v0.62...v0.63