mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-13 18:24:59 +00:00
add scalafmt
This commit is contained in:
6
.scalafmt.conf
Normal file
6
.scalafmt.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
align.tokens = [
|
||||||
|
{code = "%", owner = "Term.ApplyInfix"},
|
||||||
|
{code = "%%", owner = "Term.ApplyInfix"}
|
||||||
|
]
|
||||||
|
|
||||||
|
align = more
|
1
project/plugins.sbt
Normal file
1
project/plugins.sbt
Normal file
@@ -0,0 +1 @@
|
|||||||
|
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
|
Reference in New Issue
Block a user