Skip to content

Enhancement: Give an option to consider indention/block deep. #4

@SK-Genius

Description

@SK-Genius

Don't provide ElasticTabstop over lines with different indent deep.

expected:

f(x, y):
[->]if x > y:
[->][->]temp[->]:= x
[->][->]x[---->]:= y
[->][->]y[---->]:= temp
[->]start[->]:= 1
[->]end[--->]:= 10
[->][...]

unexpected:

f(x, y):
[->]if x > y:
[->][------>]temp[->]:= x
[->][------>]x[---->]:= y
[->][------>]y[---->]:= temp
[->]start[->]:= 1
[->]end[--->]:= 10
[->][...]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions