mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-19 07:31:35 +00:00
22 lines
357 B
Plaintext
22 lines
357 B
Plaintext
version = "3.5.3"
|
|
|
|
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
|
|
|