mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-11-15 12:07:50 +00:00
19 lines
279 B
Plaintext
19 lines
279 B
Plaintext
version = "3.5.1"
|
|
|
|
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
|
|
|