Subject: Re: a new KNF (and some comments)
To: Simon Burge <simonb@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: tech-misc
Date: 01/21/2000 13:50:12
Simon Burge <simonb@netbsd.org> writes:
> > /* Second level indents are four spaces. */
>
> Should we have guidelines on where to break lines? For example, on a
> long if clause, should we break before or after a convenient || or &&?
I thought it was obvious. Like an example just after that comment,
binary operator hangs on the previous line. So, line is broken after
|| or &&.
enami.