> On Jun 16, 2016, at 2:04 PM, Leif Hedstrom <zw...@apache.org> 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,
> };

+1 from me.

Reply via email to