Pin scalafmt version in configuration file (#8447)

* 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
This commit is contained in:
Stefano Baghino 2021-01-11 11:05:58 +01:00 committed by GitHub
parent 64f85ae8f6
commit 8d30cb5f9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
version = 2.7.5
project.git = true
align.preset = none # never align to make the fmt more diff friendly