Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to ignore leading tabs (indentation) #11

Open
LadyNamedLaura opened this issue Aug 27, 2014 · 2 comments
Open

Add option to ignore leading tabs (indentation) #11

LadyNamedLaura opened this issue Aug 27, 2014 · 2 comments

Comments

@LadyNamedLaura
Copy link

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.

@adzenith
Copy link
Member

Feel free to send pull requests too!

@adzenith
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants