Skip to content

Commit

Permalink
scalafmt: group parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Mar 31, 2024
1 parent 51fbc4e commit b713da2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
version=3.8.1
runner.dialect = scala213
project.git = true
project.excludeFilters = [
scalafmt-benchmarks/src/resources,
sbt-test
bin/issue
]
align.preset = none
project {
git = true
excludeFilters = [
scalafmt-benchmarks/src/resources,
sbt-test
bin/issue
]
}
align {
preset = none
}
# Disabled in default since this operation is potentially
# dangerous if you define your own stripMargin with different
# semantics from the stdlib stripMargin.
Expand Down

0 comments on commit b713da2

Please sign in to comment.