Re: coding style

From: Kok, Auke
Date: Fri Jun 15 2007 - 15:45:35 EST


Jan Engelhardt wrote:
On Jun 15 2007 12:21, Kok, Auke wrote:
Cyrill Gorcunov wrote:
[Jan Engelhardt - Fri, Jun 15, 2007 at 09:10:49PM +0200]
| On Jun 15 2007 11:03, Randy Dunlap wrote:
| > > | > > "use tabs for indents and spaces for alignment"
| > > | > > If that means you need to use two dozen spaces, then so be it.
| >
| >I don't think that's what that rule means, but I didn't write it,
| >so I'm not absolutely sure about it.
| >
| >but we know that tab stops are every 8th character, not 4 :)
| | Hardly.
| Jan, as I see from CodingStyle:

"Tabs are 8 characters, and thus indentations are also 8 characters."

Actually it would be perfect to get strict rules also for math. and log.
operators being splitted on several lines:
this doesn't say anything about alignment, which was his point :)

Well tabs should _never_ be assumed to be 8, and in this regard, as I see it, CodingStyle has a bug. Tabs are there so that the user can set their width according to _their_ taste, simply so that both sides,

from CodingStyle:
Tabs are 8 characters, and thus indentations are also 8
characters. There are heretic movements that try to make
indentations 4 (or even 2!) characters deep, and that is akin
to trying to define the value of PI to be 3.

again, this is about *indentation* and not about alignment

Linus (did he wrote that part?) and the heretics both can have their fun without impacting each other. If we wanted to force the user to have exactly 8 screen blanks, we should use spaces throughout.

Linus was friendly enough to give us permission to use tabs. He forces tabs for indentation, but leaves it up to everyone else to (1) set their editor to show tabs as 2 or 4 or whatever, and (2) use spaces for alignment.

the bottom line here is that we encourage everyone to use tabs=8, and allow some degree of freedom for some people to vary this *AND* have decent looking alignment for *EVERYONE* by allowing them to use spaces for alignment.

Nothing in the codingstyle document confirms or denies this, so I will assume that it is _allowed_ to use spaces for alignment.

the checkpatch.pl script doesn't disallow spaces for alignment - it is dumb enough to complain about more than 8 spaces for alignment.

That is and was the whole point... and worth the addition to CodingStyle for me


Auke
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/