bladnman / auto-align

Visual Studio Code extension to align code blocks
3 stars 3 forks source link

Use Col# for alignment instead of counting characters #4

Open SAbboushi opened 4 years ago

SAbboushi commented 4 years ago

It seems that "Autoalign: Column Width" is based on counting characters instead of using Editor's Col # (i.e. seen in Status Bar as e.g. Ln 23, Col 9).

e.g. "autoalign.columnWidth": 4 If there are two TAB indentations, then "alignments will be matched up to imaginary columns of this width" + 2