Jonathan Kelley 19e6e43358 fix: only apply comments if relevant 3 лет назад
..
src 19e6e43358 fix: only apply comments if relevant 3 лет назад
tests 19e6e43358 fix: only apply comments if relevant 3 лет назад
Cargo.toml fa9ebe17cc feat: fix autoformatting around one liners 3 лет назад
README.md 64d669e934 chore: add todo list to autofmt crate 3 лет назад

README.md

This crate autofmts blocks of rsx!

This crate formats rsx! by parsing call bodies and pretty-printing them back out.

Todo:

Sorted roughly in order of what's possible

  • Oneline rsx! calls - blocker because this wrecks formatting
  • Nested RSX calls (important) - unnecessary but desirable
  • RSX edits overstepping each other
  • Collapse components and elements under syntax -
  • Don't eat comments in exprs
  • Format regular exprs
  • Fix prettyplease around chaining
  • Don't eat comments in prettyplease