Add trailing commas and clean up formatting #108

Merged
glen merged 5 commits from Vectornaut/dyna3:trailing-commas into main 2025-08-04 23:34:35 +00:00

5 commits

Author SHA1 Message Date
Aaron Fenyes
e67a658e00 Group the parameters of the scene push methods
All checks were successful
/ test (pull_request) Successful in 3m39s
2025-08-03 20:09:50 -07:00
Aaron Fenyes
b02e682e15 Add space around = for Sycamore props
All checks were successful
/ test (pull_request) Successful in 3m35s
Also, add a trailing comma to a match arm in `outline.rs`.
2025-08-02 00:15:46 -07:00
Aaron Fenyes
bfd5d8e35f Add commas after match arms wrapped in blocks
All checks were successful
/ test (pull_request) Successful in 3m29s
2025-08-01 22:57:46 -07:00
Aaron Fenyes
ebad512a03 Collapse a structure expression onto one line
All checks were successful
/ test (pull_request) Successful in 3m34s
I had put `active_tab: /* ... */` on its own line to make the
`create_signal` call more readable, but it wasn't worth the cost in
vertical space.
2025-08-01 22:39:59 -07:00
Aaron Fenyes
af59166906 Add trailing commas; clean up formatting
All checks were successful
/ test (pull_request) Successful in 3m55s
2025-08-01 13:50:51 -07:00