daml/.scalafmt.conf
Stefano Baghino 6c094b3f95
Adopt trailingCommas option in scalafmt (#4214)
CHANGELOG_BEGIN
CHANGELOG_END
2020-01-28 11:23:47 +01:00

12 lines
190 B
Plaintext

version = "2.3.1"
project.git = true
# these settings make diffs more friendly
align = none
trailingCommas = always
danglingParentheses = true
maxColumn = 100
runner.fatalWarnings = true