diff --git a/.scalafmt.conf b/.scalafmt.conf new file mode 100644 index 0000000..92dc1fc --- /dev/null +++ b/.scalafmt.conf @@ -0,0 +1,5 @@ +version = 3.6.0 +runner.dialect = scala212 +align.preset = some +maxColumn = 120 +docstrings.wrap = no diff --git a/project/plugins.sbt b/project/plugins.sbt index e69de29..83adafa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")