mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
8d30cb5f9a
* Pin scalafmt version in configuration file Looks like there is no other way for IntelliJ to pick up an arbitrary version. See: https://www.jetbrains.com/help/idea/work-with-scala-formatter.html#change_scalafmt changelog_begin changelog_end * Address https://github.com/digital-asset/daml/pull/8447#discussion_r554928850
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
version = 2.7.5
|
|
|
|
project.git = true
|
|
|
|
align.preset = none # never align to make the fmt more diff friendly
|
|
maxColumn = 100
|
|
runner.fatalWarnings = true
|
|
trailingCommas = multiple
|