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(