mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-21 17:32:13 +00:00
add scalafmt
This commit is contained in:
parent
30ee88e8f7
commit
81b642cb57
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")
|
Loading…
x
Reference in New Issue
Block a user