Skip to content

Commit

Permalink
scalafmt-core 3.7.15 (was 3.7.14)
Browse files Browse the repository at this point in the history
(cherry picked from commit e4058e3)
  • Loading branch information
scala-steward authored and mergify[bot] committed Oct 25, 2023
1 parent 7495145 commit d266e10
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 = 3.7.14
version = 3.7.15

0 comments on commit d266e10

Please sign in to comment.