Re: [PATCH 10/12] pretty: support padding placeholders, %< %> and %>

2013-03-17 Thread Eric Sunshine
On Fri, Mar 15, 2013 at 10:24 PM, Nguyễn Thái Ngọc Duy wrote: > Either %<, %> or %<> standing before a placeholder specifies how many s/%<>/%> diff --git a/Documentation/pretty-formats.txt > b/Documentation/pretty-formats.txt > index 8734224..87ca2c4 100644 > --- a/Documentation/pretty-formats.t

[PATCH 10/12] pretty: support padding placeholders, %< %> and %>

2013-03-15 Thread Nguyễn Thái Ngọc Duy
Either %<, %> or %<> standing before a placeholder specifies how many columns (at least as the placeholder can exceed it) it takes. Each differs on how spaces are padded: %< pads on the right (aka left alignment) %> pads on the left (aka right alignment) %>< pads both ways equally (aka cente