946336 / len

Line length utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tab characters don't respect tab stops

946336 opened this issue · comments

Tab characters are expended to full length, rather than expended to the "nearest" multiple of the tab width (pseudo tab-stop).

For example,:
//\t is 10 characters, where it should be considered 8.

Should be fixed as of commit [f3ea0d3]