Skip to content

Update dependency com.facebook:ktfmt to v0.63#2918

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.facebook-ktfmt-0.x
Open

Update dependency com.facebook:ktfmt to v0.63#2918
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/com.facebook-ktfmt-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 4, 2026

This PR contains the following updates:

Package Change Age Confidence
com.facebook:ktfmt 0.610.63 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

facebook/ktfmt (com.facebook:ktfmt)

v0.63

Added
  • Support ij_kotlin_indent_size in editorconfig. (#​604)
  • Support for lists within quoted blocks in KDoc comments (68fa158)
  • Fix ONLY_ADD trailing commas strategy causing lines over MAX_WIDTH length (#​610)
  • Remove forced breaking of context function types (#​613)
  • 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)
  • Add a FormattingOptions.Builder API for tools to avoid breaking ABI changes with new options. (#​614)

v0.62

Added
  • Support ij_kotlin_continuation_indent_size in editorconfig. (#​600)
  • Add --quiet flag to suppress per-file formatting status output. (#​558)
Fixed
  • Compatibility with Kotlin compiler v2.3.20 (CONTEXT_RECEIVER_LIST renamed to CONTEXT_PARAMETER_LIST, K1 API opt-in for KotlinCoreEnvironment.createForProduction) (#​605)
  • Dot-qualified scoping functions (e.g., scope.launch { }) now format as block-like expressions, consistent with non-qualified calls (GH#205)
  • Backtick-escaped full-path imports are no longer incorrectly removed as unused (#​532)
  • Single-line comments in if expressions are now correctly indented (#​591)
  • Idea Plugin not applying custom trailing commas management strategy (#​593)
  • Comments between a multiline string and .trimMargin()/.trimIndent() are no longer deleted during formatting (#​597)
  • Blank lines before lists and blockquotes in KDoc comments are now preserved (#​561)
  • maxCommentWidth now defaults to maxLineWidth instead of being capped at 72, so KDoc comments respect the configured line width (#​594)
  • Block comment formatting inside of lambda expressions (#​602)
  • Fenced code blocks inside KDoc list items are no longer erroneously reflowed into a single line (#​572)
  • Comments before &&/|| operators in chained binary expressions no longer strand the operator on its own line (#​527)
  • Lambda bodies in when branches no longer get extra indentation with Meta style (#​222)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/com.facebook-ktfmt-0.x branch 2 times, most recently from 051b2e8 to d175004 Compare May 22, 2026 21:04
@renovate renovate Bot force-pushed the renovate/com.facebook-ktfmt-0.x branch from d175004 to 2e1469b Compare May 28, 2026 19:46
@renovate renovate Bot changed the title Update dependency com.facebook:ktfmt to v0.62 Update dependency com.facebook:ktfmt to v0.63 May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants