diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000000..e16d538243 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,2 @@ +# Scala Steward: Reformat with scalafmt 3.8.2 +1c566cd5182d41f4cc06040fc347ddb4be617779 diff --git a/.scalafmt.conf b/.scalafmt.conf index 34c791964c..151f8450e4 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = "3.8.1" +version = "3.8.2" preset = default align.preset = some diff --git a/build.sbt b/build.sbt index 497402b990..04556cb747 100644 --- a/build.sbt +++ b/build.sbt @@ -17,9 +17,12 @@ val sharedSettings = Seq( organization := "com.github.eikek", scalaVersion := "2.13.14", organizationName := "Eike K. & Contributors", - licenses += ("AGPL-3.0-or-later", url( - "https://spdx.org/licenses/AGPL-3.0-or-later.html" - )), + licenses += ( + "AGPL-3.0-or-later", + url( + "https://spdx.org/licenses/AGPL-3.0-or-later.html" + ) + ), startYear := Some(2020), headerLicenseStyle := HeaderLicenseStyle.SpdxSyntax, headerSources / excludeFilter := HiddenFileFilter || "*.java" || "StringUtil.scala",