You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sam, that's an interesting idea really. I'd agree that looks and reads better. Maybe I'll get a chance to dive into something like this but I'm pretty preoccupied these days.
I think this ties into something I'd like, which is to be able to align multiple things on each line, like a csv file
produces:
kilo , k,10^3,thousand
hecto , h,10^2,hundred
deca , da,10^1,ten
should be:
kilo , k , 10^3 , thousand
hecto , h , 10^2 , hundred
deca , da , 10^1 , ten
Hey there, currently a block like this:
will align to look like this:
and it would be awesome if there was an option to align/indent by the length of the longest operator, so that it would look like this:
I often have blocks with multiple operators and assignments, and would really love to be able to align them all cleanly.
The text was updated successfully, but these errors were encountered: