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