mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 19:10:28 +03:00
a792de39a5
CHANGELOG_BEGIN CHANGELOG_END
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
version = 3.5.1
|
|
|
|
project.git = true
|
|
|
|
align.preset = none # never align to make the fmt more diff friendly
|
|
maxColumn = 100
|
|
runner.fatalWarnings = true
|
|
runner.dialect = scala213
|
|
trailingCommas = multiple
|
|
# Disable scala doc wrapping (behavior changed in v3.0.0).
|
|
docstrings.wrap = no
|
|
newlines.topLevelStatementBlankLines = [
|
|
{ blanks { after = 1 }, regex = "^Import" }
|
|
]
|