Skip to content

Commit 5579d82

Browse files
committed
update
1 parent eab6fee commit 5579d82

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

modules/openapi-generator/src/main/resources/scala-sttp4/scalafmt.mustache

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version=3.10.6
22
runner.dialect = scala213
33
project {
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"

samples/client/petstore/scala-sttp4/.scalafmt.conf

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version=3.10.6
22
runner.dialect = scala213
33
project {
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"

0 commit comments

Comments
 (0)