You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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)
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.
The text was updated successfully, but these errors were encountered: