Skip to content

Commit c7d261b

Browse files
committed
Update complex.jbfl examples and regenerate fixtures
- Fix AlignObjectKegys typo in complex.jbfl - Add AlignObjectKeys and AutoPadSubObjects rules to complex.jbfl and minimal.jbfl - Regenerate all affected formatted/transformed jbeam and AST fixtures
1 parent 4d68115 commit c7d261b

18 files changed

Lines changed: 5119 additions & 5105 deletions

examples/ast/jbfl/complex.hs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,5 +657,15 @@ RuleSet
657657
)
658658
]
659659
)
660+
,
661+
( NodePattern
662+
( fromList [ AnyObjectKey ] )
663+
, fromList
664+
[
665+
( SomeKey Indent
666+
, SomeProperty Indent 2
667+
)
668+
]
669+
)
660670
]
661671
)

0 commit comments

Comments
 (0)