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
Sometimes I like to organize data in a tabular-ish format, for example vectors that represent tables, case, cond, are forms etc.
[123102030100200300]
(case x
1:one10:ten100:hundred)
{:foo1:quux2:other/bar55:other/longer66}
Cursive currently formats this to:
[123102030100200300]
(case x
1:one10:ten100:hundred)
;; if map value alignment is on
{:foo1:quux2:other/bar55:other/longer66}
;; if it's off
{:foo1:quux2:other/bar55:other/longer66}
It would be nice to be able to tell Cursive to preserve these manual alignments.
Sometimes I like to organize data in a tabular-ish format, for example vectors that represent tables,
case
,cond
,are
forms etc.Cursive currently formats this to:
It would be nice to be able to tell Cursive to preserve these manual alignments.
Related issues/outside references:
are
macro #938The text was updated successfully, but these errors were encountered: