diff --git a/.scalafmt.conf b/.scalafmt.conf index 954b349..fb5cdde 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.6.1 +version = 3.7.14 runner.dialect = scala3 //align.preset=more @@ -14,11 +14,11 @@ align.tokens = [ owners = [{ regex = "Term.ApplyInfix" }] - }, { - code = ":=" - owners = [{ - regex = "Term.ApplyInfix", - }] +// }, { +// code = ":=" +// owners = [{ +// regex = "Term.ApplyInfix", +// }] }, { code = "->" owners = [{