File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/scala-sttp4
samples/client/petstore/scala-sttp4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version=3.10.6
22runner.dialect = scala213
33project {
4- git = true
4+ git = false
55 excludeFilters = [
66 scalafmt-benchmarks/src/resources,
77 sbt-test
@@ -56,8 +56,3 @@ rewrite {
5656 sortModifiers.preset = styleGuide
5757 trailingCommas.style = "always"
5858}
59- # Disabled in default since this operation is potentially
60- # dangerous if you define your own stripMargin with different
61- # semantics from the stdlib stripMargin.
62- assumeStandardLibraryStripMargin = true
63- onTestFailure = "To fix this, run ./scalafmt from the project root directory"
Original file line number Diff line number Diff line change 11version =3.10 .6
22runner.dialect = scala213
33project {
4- git = true
4+ git = false
55 excludeFilters = [
66 scalafmt-benchmarks/src/resources ,
77 sbt-test
@@ -56,8 +56,3 @@ rewrite {
5656 sortModifiers.preset = styleGuide
5757 trailingCommas.style = "always"
5858}
59- # Disabled in default since this operation is potentially
60- # dangerous if you define your own stripMargin with different
61- # semantics from the stdlib stripMargin.
62- assumeStandardLibraryStripMargin = true
63- onTestFailure = "To fix this, run ./scalafmt from the project root directory"
You can’t perform that action at this time.
0 commit comments