randy3k / AlignTab

An alignment plugin for Sublime Text using regular expression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't align tabbed whitespace

billynoah opened this issue · comments

When I try to align selections which contain tabbed white space it doesn't align properly. Only workaround I could find was to convert all tabs to spaces first. Is there a better way?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/21570954-doesn-t-align-tabbed-whitespace?utm_campaign=plugin&utm_content=tracker%2F334171&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F334171&utm_medium=issues&utm_source=github).

What regular expression did you use?

I just used the built in "=" from the context menu. Should I be using regex to align content with tabs? If so, can you explain?