Skip to content

Add option to ignore leading tabs (indentation) #11

Description

@LadyNamedLaura

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions