add support of scalafmt

This commit is contained in:
Côme ALLART
2022-11-16 18:36:01 +01:00
parent ed51a92116
commit a53d219051
2 changed files with 6 additions and 0 deletions

5
.scalafmt.conf Normal file
View File

@@ -0,0 +1,5 @@
version = 3.6.0
runner.dialect = scala212
align.preset = some
maxColumn = 120
docstrings.wrap = no

View File

@@ -0,0 +1 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")