Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments

2017-08-12 Thread Leif Lindholm
On Fri, Aug 11, 2017 at 01:45:12PM -0700, Jordan Justen wrote: > > +Use this line breaking style especially if it saves a format string or > > complex > > +argument from being split, or when commenting on individual arguments. > > + > > +# 5.2.2.4.2 The "condensed arguments" style > > + > >

Re: [edk2] [edk2-CCodingStandardsSpecification PATCH 1/2] Source Files / General Rules: limit line lengths to 80 columns

2017-08-12 Thread Leif Lindholm
On Fri, Aug 11, 2017 at 11:52:44PM +0100, Ard Biesheuvel wrote: > On 11 August 2017 at 17:48, Laszlo Ersek wrote: > > We currently say "stick with 80 if it's convenient, extend to 120 > > otherwise". > > It doesn't say that. It says you can make an exception for postfix >