Skip to content

Commit 887a980

Browse files
authored
Add scalafmtOnCompile to build.sbt
1 parent 946a5af commit 887a980

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ val LogbackVersion = "1.2.6"
44
val ScalaTestVersion = "3.2.10"
55
val FlexmarkVersion = "0.62.2"
66

7+
scalafmtOnCompile := true
8+
79
lazy val root = (project in file("."))
810
.settings(
911
organization := "com.github.thealgorithms",

0 commit comments

Comments
 (0)