intellij-arend
intellij-arend copied to clipboard
Equational reasoning style support in formatter
It would be nice if the formatter could recognize equational reasoning style. Alternatively, the user could provide hints in comments specifying "this block should be formatted as equational reasoning style."
I agree with OP.
ab ==< b >==
a ==< b >==
should be formatted to
ab ==< b >==
a ==< b >==
It might be a separate formatter?