Messages in this thread |  | | Subject | Re: CodingStyle parenthesis alignment: was: Re: align to open paren | From | Joe Perches <> | Date | Wed, 15 Apr 2015 18:29:23 -0700 |
| |
On Wed, 2015-04-15 at 21:54 +0000, Hubbe, Allen wrote: > I ran with the --fix option, and it changed every rejected indent to > match the column of the open paren. That's probably what you want, > since it's the most consistent with the previous behavior. The > difference is that it does not fix lines that are no longer rejected, > like if they are indented by two per paren. The test file and output > are attached.
There might be some utility adding a --style=<foo> switch so checkpatch can appropriately warn on K&R vs linux vs bsd vs gnu vs otb, etc...
|  |