Sebastian Kühn
Results
1
issues of
Sebastian Kühn
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:**...
enhancement