dioxus/packages/autofmt/tests/samples/multirsx.rsx
Jonathan Kelley be99e29e5f
Fixes to autofmt, make it more aggressive (#2230)
* fix: fmt unterminated if, be more aggressive with line splits

* Fix: Handle long exprs in for/if statements
2024-04-03 15:27:36 -07:00

33 lines
289 B
R

rsx! {
// hi
div {}
// hi
div {
"abcd"
"ball"
"s"
}
//
//
//
div {
"abcd"
"ball"
"s"
}
//
//
//
div {
"abcd"
"ball"
"s"
//
"asdasd"
}
}