6502-opcodes/.scalafmt.conf

16 lines
244 B
Plaintext
Raw Normal View History

2020-12-07 18:35:15 +00:00
version = "2.7.5"
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
2020-12-07 18:35:15 +00:00
docstrings = ScalaDoc
docstrings.blankFirstLine = yes