Skip to content
This repository was archived by the owner on Oct 9, 2018. It is now read-only.
This repository was archived by the owner on Oct 9, 2018. It is now read-only.

Indent 2 levels for line continuations #20

Closed
@lboecker

Description

@lboecker

I'm talking about this guy:

// this
frobnicate(
    arg1,
    arg2,
    arg3);

// becomes this
frobnicate(arg1, arg2,
        arg3, arg4);

Another example:

let really_really_really_long_name =
        "really really really long value tooooooooooooooooo";

That's how Clang-Format does it anyway ...

Edit: The reason I like and use this style is that it visually sets apart continuations from blocks.

I'm talking about this file.

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