Skip to content

Commit

Permalink
Pin scalafmt version in configuration file (digital-asset#8447)
Browse files Browse the repository at this point in the history
* 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 digital-asset#8447 (comment)
  • Loading branch information
stefanobaghino-da authored Jan 11, 2021
1 parent 64f85ae commit 8d30cb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version = 2.7.5

project.git = true

align.preset = none # never align to make the fmt more diff friendly
Expand Down

0 comments on commit 8d30cb5

Please sign in to comment.