Skip to content

Commit

Permalink
#351 align kotlinLangStyle with upstream ktfmt style
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhauck committed Aug 26, 2024
1 parent fc89b27 commit fdea2ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ abstract class KtfmtExtension {
fun kotlinLangStyle() {
blockIndent.set(4)
continuationIndent.set(4)
manageTrailingCommas.set(true)
}

internal fun toFormattingOptions(): FormattingOptionsBean =
Expand Down

0 comments on commit fdea2ca

Please sign in to comment.