Skip to content

Commit

Permalink
Merge pull request #314 from scala-steward/update/scalafmt-core-2.4.1
Browse files Browse the repository at this point in the history
Update scalafmt-core to 2.4.1
  • Loading branch information
mergify[bot] authored Feb 17, 2020
2 parents d53d267 + e21e9a3 commit d53aaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ rewrite.rules = [ AvoidInfix, ExpandImportSelectors, RedundantParens, SortModifi
rewrite.sortModifiers.order = [ "private", "protected", "final", "sealed", "abstract", "implicit", "override", "lazy" ]
spaces.inImportCurlyBraces = true # more idiomatic to include whitepsace in import x.{ yyy }
trailingCommas = preserve
version = 2.3.2
version = 2.4.1

0 comments on commit d53aaec

Please sign in to comment.