Added CodingStyle document to doc directory.

(Logical change 1.5)
edge.strict_endians
!antona 2002-08-22 18:09:47 +00:00
parent 72da03cc86
commit 40ca008347
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
The standard K&R coding style is used in this project and the guidelines
outlined in the Linux kernel CodingStyle document (found in the Linux kernel
main directory in Documentation/CodingStyle) should be adhered to as strictly
as possible.
Special notes:
Capitals are used when declaring NTFS on-disk structures which you
can't just go ahead modifying without getting killed (in a bug sense,
not literally...). In memory structures are named with lower case as
usual.