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
Description
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
Labels
No labels