Skip to content

Commit

Permalink
Revert "Adopt trailingCommas option in scalafmt (digital-asset#4214)" (
Browse files Browse the repository at this point in the history
…digital-asset#4257)

This reverts commit 6c094b3.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
stefanobaghino-da authored Jan 29, 2020
1 parent f9de93b commit 01f7e5c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
version = "2.3.1"
version = "1.5.1"

project.git = true

# these settings make diffs more friendly
align = none
trailingCommas = always
danglingParentheses = true

align = none # never align to make the fmt more diff friendly
maxColumn = 100
runner.fatalWarnings = true

0 comments on commit 01f7e5c

Please sign in to comment.