Re: [libssh2] code style guideline proposal

2007-04-14 Thread Sara Golemon
> I would like to propose some code style guidelines: > - replace all tabs with 4 spaces, and use from now on spaces only. > - either allways place the opening brace in a separate line, or allways > append it, but dont mix both variants; > dont know what's best - I personally like to have it app

Re: [libssh2] code style guideline proposal

2007-04-14 Thread James Housley
On Apr 14, 2007, at 11:18 AM, Sara Golemon wrote: >> I would like to propose some code style guidelines: >> - replace all tabs with 4 spaces, and use from now on spaces only. >> - either allways place the opening brace in a separate line, or >> allways append it, but dont mix both variants; >>

Re: [libssh2] code style guideline proposal

2007-04-14 Thread Daniel Stenberg
On Fri, 13 Apr 2007, Guenter Knauf wrote: > thoughts? objections? Good to see this coming up again as I too find the current style somewhat difficult to adhere to. Personally I don't mind tabs that much, but I want line lengths less than 80 columns. Of course, using an 8 letter indent level m