Skip to content

Commit

Permalink
Update scalafmt-core to 3.1.1 (#403)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.1.1

* Specify runner dialect explicitly

Co-authored-by: Georgi Krastev <joro.kr.21@gmail.com>
  • Loading branch information
scala-steward and joroKr21 authored Nov 15, 2021
1 parent efa6019 commit 333bd1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
version = "3.0.8"
version = "3.1.1"
runner.dialect = scala213
align.preset = none
maxColumn = 120
includeNoParensInSelectChains = false
Expand All @@ -9,3 +10,4 @@ rewrite.redundantBraces.stringInterpolation = true
rewrite.redundantBraces.methodBodies = true
rewrite.redundantBraces.generalExpressions = true
rewriteTokens = { "⇒": "=>", "→": "->", "←": "<-" }
fileOverride { "glob:**/*.sbt" { runner.dialect = scala212 } }

0 comments on commit 333bd1d

Please sign in to comment.