mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Adopt elm file headers to match elm-format
This commit is contained in:
parent
42b37df6a1
commit
8545637a8f
@ -88,7 +88,7 @@ val elmSettings = Seq(
|
|||||||
Compile / unmanagedSourceDirectories += (Compile / sourceDirectory).value / "elm",
|
Compile / unmanagedSourceDirectories += (Compile / sourceDirectory).value / "elm",
|
||||||
headerSources / includeFilter := "*.elm",
|
headerSources / includeFilter := "*.elm",
|
||||||
headerMappings := headerMappings.value + (HeaderFileType("elm") -> HeaderCommentStyle(
|
headerMappings := headerMappings.value + (HeaderFileType("elm") -> HeaderCommentStyle(
|
||||||
new CommentBlockCreator("{-", " ", "-}"),
|
new CommentBlockCreator("{-", " ", "-}\n"),
|
||||||
HeaderPattern.commentBetween("\\{\\-", " ", "\\-\\}")
|
HeaderPattern.commentBetween("\\{\\-", " ", "\\-\\}")
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user