Closed Xander-Dev closed 3 years ago
only worked for me for one column and could process no further. e.g.
col1,col2,col3,col4,col5 col01,col02,col03,col04,col05 col001,col002,col003,col004,col005
align by comma gives:
col1 ,col2,col3,col4,col5 col01 ,col02,col03,col04,col05 col001,col002,col003,col004,col005
cannot process other columns on subsequent invocations. Would like to do all cols on first invocation
Just found the wiki. reading this now. https://github.com/cpmcgrath/codealignment/wiki/Chaining-Alignments
Would prefer the option to do all at once but this option will do
only worked for me for one column and could process no further. e.g.
align by comma gives:
cannot process other columns on subsequent invocations. Would like to do all cols on first invocation