> On Jun 16, 2016, at 3:04 PM, Leif Hedstrom <[email protected]> wrote:
>
> Hi all,
>
> James and I would like to make this small, but powerful, change to
> clang-format:
>
> -AlignConsecutiveAssignments: false
> +AlignConsecutiveAssignments: true
>
>
> This will try to align assignments such that the = signs line up. E.g.
>
> enum {
> XHEADER_X_CACHE_KEY = 0x0004u,
> XHEADER_X_MILESTONES = 0x0008u,
> XHEADER_X_CACHE = 0x0010u,
> XHEADER_X_GENERATION = 0x0020u,
> XHEADER_X_TXN_UUID = 0x0040u,
> };
sigh, and of course email doesn’t indent well… look at this instead:
http://pastebin.com/raw/rXVmLFH7 <http://pastebin.com/raw/rXVmLFH7>
— leif