mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 08:45:04 +00:00
Merge pull request #2686 from eikek/update/scalafmt-core-3.8.2
Update scalafmt-core to 3.8.2
This commit is contained in:
commit
e0af3d72e9
2
.git-blame-ignore-revs
Normal file
2
.git-blame-ignore-revs
Normal file
@ -0,0 +1,2 @@
|
||||
# Scala Steward: Reformat with scalafmt 3.8.2
|
||||
1c566cd5182d41f4cc06040fc347ddb4be617779
|
@ -1,4 +1,4 @@
|
||||
version = "3.8.1"
|
||||
version = "3.8.2"
|
||||
|
||||
preset = default
|
||||
align.preset = some
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user