Add option to ignore leading tabs (indentation)
I use sublime a lot for coding, and I think ElasticTabstops can be very usefull for that to (aligning comments, ...) The only thing that is annoying (on de border of unacceptable) is that it interferes with my indentation tabs.
consider the following c code (well, actualy cpp, but well)
#define sommacro(blabla) \
do { \
something(blabla) \
} while(false)
ElasticTabstops will try to align the do to the "" at the end of the first line wich is totally unwanted.
So please add an option to ignore indentation.
Feel free to send pull requests too!
I'm playing around with this, and one thing that I don't like is that it suddenly makes the layout dependent on the chosen tab width. One of the nice things about the current behaviour is that the files always look right no matter where you open them.