Skip to content

Commit

Permalink
improvement: turn off formatting for metals.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Mar 28, 2024
1 parent 353c888 commit c0e4516
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -268,9 +268,11 @@ object SbtBuildTool {
plugins: PluginDetails*
): Boolean = {
val content =
s"""|// DO NOT EDIT! This file is auto-generated.
s"""|// format: off
|// DO NOT EDIT! This file is auto-generated.
|
|${plugins.map(sbtPlugin).mkString("\n")}
|// format: on
|""".stripMargin
val bytes = content.getBytes(StandardCharsets.UTF_8)
projectDir.toFile.mkdirs()
Expand Down

0 comments on commit c0e4516

Please sign in to comment.