6502-opcodes/.scalafmt.conf

21 lines
356 B
Plaintext
Raw Normal View History

2022-11-11 14:13:58 -05:00
version = "3.6.1"
2021-09-18 06:17:07 -04:00
2022-02-15 12:04:24 -05:00
runner.dialect = "scala3"
2019-10-28 01:10:59 -04:00
2018-09-25 22:34:39 -04:00
align.tokens = [
{code = "%", owner = "Term.ApplyInfix"},
{code = "%%", owner = "Term.ApplyInfix"}
]
2018-09-29 09:15:33 -04:00
maxColumn = 120
2018-09-25 23:49:11 -04:00
align.openParenCallSite = false
2021-09-06 04:16:08 -04:00
align.preset = more
2020-12-07 13:35:15 -05:00
docstrings = ScalaDoc
docstrings.blankFirstLine = yes
2021-09-06 03:59:25 -04:00
2022-04-18 23:11:44 -04:00
includeNoParensInSelectChains = true
optIn.breakChainOnFirstMethodDot = true