6502-opcodes/.scalafmt.conf

13 lines
189 B
Plaintext
Raw Normal View History

2020-08-15 03:52:11 -04:00
version = "2.6.3"
2019-10-28 01:10:59 -04:00
2018-09-25 22:34:39 -04:00
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
2018-09-29 09:15:33 -04:00
maxColumn = 120
2018-09-25 23:49:11 -04:00
align.openParenCallSite = false
2018-09-29 09:49:53 -04:00
align = more