add scalafmt

This commit is contained in:
Mark Canlas 2018-09-25 22:34:39 -04:00
parent 30ee88e8f7
commit 81b642cb57
2 changed files with 7 additions and 0 deletions

6
.scalafmt.conf Normal file
View File

@ -0,0 +1,6 @@
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
align = more

1
project/plugins.sbt Normal file
View File

@ -0,0 +1 @@
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")