mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-08-15 00:27:25 +00:00
fmt
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
version = "2.6.3"
|
version = "2.7.5"
|
||||||
|
|
||||||
align.tokens = [
|
align.tokens = [
|
||||||
{code = "%", owner = "Term.ApplyInfix"},
|
{code = "%", owner = "Term.ApplyInfix"},
|
||||||
@@ -10,3 +10,6 @@ maxColumn = 120
|
|||||||
align.openParenCallSite = false
|
align.openParenCallSite = false
|
||||||
|
|
||||||
align = more
|
align = more
|
||||||
|
|
||||||
|
docstrings = ScalaDoc
|
||||||
|
docstrings.blankFirstLine = yes
|
||||||
|
@@ -41,8 +41,7 @@ trait AsmDocSyntax {
|
|||||||
DefinitionGroup(
|
DefinitionGroup(
|
||||||
ev.definitionGroupComment,
|
ev.definitionGroupComment,
|
||||||
xs
|
xs
|
||||||
.map {
|
.map { case (s, n) =>
|
||||||
case (s, n) =>
|
|
||||||
Definition(s, n)
|
Definition(s, n)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user