From 8545637a8feebe26f95e5273d6d83a257be609da Mon Sep 17 00:00:00 2001 From: eikek Date: Sun, 25 Jul 2021 13:59:48 +0200 Subject: [PATCH] Adopt elm file headers to match elm-format --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 849d7a71..3eea7c5e 100644 --- a/build.sbt +++ b/build.sbt @@ -88,8 +88,8 @@ val elmSettings = Seq( Compile / unmanagedSourceDirectories += (Compile / sourceDirectory).value / "elm", headerSources / includeFilter := "*.elm", headerMappings := headerMappings.value + (HeaderFileType("elm") -> HeaderCommentStyle( - new CommentBlockCreator("{-", " ", "-}"), - HeaderPattern.commentBetween("\\{\\-", " ", "\\-\\}") + new CommentBlockCreator("{-", " ", "-}\n"), + HeaderPattern.commentBetween("\\{\\-", " ", "\\-\\}") )) ) val stylesSettings = Seq(