6502-opcodes/.scalafmt.conf

13 lines
189 B
Plaintext
Raw Normal View History

2020-08-15 07:52:11 +00:00
version = "2.6.3"
2019-10-28 05:10:59 +00:00
2018-09-26 02:34:39 +00:00
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
2018-09-29 13:15:33 +00:00
maxColumn = 120
2018-09-26 03:49:11 +00:00
align.openParenCallSite = false
2018-09-29 13:49:53 +00:00
align = more