We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 946a5af commit 887a980Copy full SHA for 887a980
build.sbt
@@ -4,6 +4,8 @@ val LogbackVersion = "1.2.6"
4
val ScalaTestVersion = "3.2.10"
5
val FlexmarkVersion = "0.62.2"
6
7
+scalafmtOnCompile := true
8
+
9
lazy val root = (project in file("."))
10
.settings(
11
organization := "com.github.thealgorithms",
0 commit comments