6502-opcodes/.scalafmt.conf
2022-10-31 13:30:08 -04:00

21 lines
356 B
Plaintext

version = "3.6.0"
runner.dialect = "scala3"
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
maxColumn = 120
align.openParenCallSite = false
align.preset = more
docstrings = ScalaDoc
docstrings.blankFirstLine = yes
includeNoParensInSelectChains = true
optIn.breakChainOnFirstMethodDot = true