Skip to content

Commit

Permalink
Revert meta style comma management option
Browse files Browse the repository at this point in the history
Summary: We still need more internal validation before this is ready for the Meta style

Reviewed By: davidtorosyan

Differential Revision: D58834695

fbshipit-source-id: 7eeb0e705aa1a11d1699502f7e376927f96e6053
  • Loading branch information
Nivaldo Bondança authored and facebook-github-bot committed Jun 21, 2024
1 parent 713ed08 commit 687bec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/com/facebook/ktfmt/format/Formatter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ object Formatter {
FormattingOptions(
blockIndent = 2,
continuationIndent = 4,
manageTrailingCommas = false,
)

@JvmField
Expand Down

0 comments on commit 687bec0

Please sign in to comment.