Sublime Forum

Double indents

#1

Hey, it’s a lot easier to read line continuations that are double-indented rather than single-indented…

For instance,

if some condition
    callMethod(
            args)
    if other condition
        doSomething()

It’s possible I missed this in the settings, but it’d be really great to have some support for more varied indentation like this.

Thanks,
Walt

0 Likes