mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-25 08:45:04 +00:00
Reformat with scalafmt 3.8.2
Executed command: scalafmt --non-interactive
This commit is contained in:
parent
11c5a3c612
commit
1c566cd518
@ -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