Skip to content

change to tabs for indenting, plus spaces for multiline alignment #5

Description

@rinusser

Currently the indenting rules check for either spaces or tabs exclusively (ruleset set to spaces).

Find a way to mix them: tabs should be used for scope indenting, then spaces to e.g. align statements spanning multiple lines, like so (Tab, Space):

function asdf() {
T$x=[1,
TSSSS2];
T...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions