Skip to content

0.63

Latest

Choose a tag to compare

@hick209 hick209 released this 26 May 18:59

Added

  • Support ij_kotlin_indent_size in editorconfig. (#604) – @Goooler
  • Support for lists within quoted blocks in KDoc comments (68fa158) – @hick209
  • Fix ONLY_ADD trailing commas strategy causing lines over MAX_WIDTH length (#610) – @lwasyl
  • Remove forced breaking of context function 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.preserveLambdaBreaks setting of the chosen style. (#614) – @ZacSweers
  • Add a FormattingOptions.Builder API for tools to avoid breaking ABI changes with new options. (#614) – @ZacSweers

Huge thanks to all the contributors! 🎉

Full Changelog: v0.62...v0.63