Re: Recommendation for Indentation in kernel code.

guy keren <[email protected]> Sat, 02 Jun 2007 13:27:43 +0300
Newsgroups gmane.culture.hackers.israel
Message-ID <[email protected]>
Tzahi Fadida wrote:
> Hi,
> I am researching coding styles for kernel code and enforcement tools.
> I think i like the benefits of BSD/KNF coding style:
> see http://en.wikipedia.org/wiki/Indent_style

when you write code for the linux kernel - use the linux kernel coding 
conventions.

when you write code for the (net/free/open)bsd kernel - use the specific 
bsd kernel's coding conventions.

for windows - i guess they have their own conventions.

--guy