"PUSSY_CODER_STYLE" is now the default (like in deres, and matching our basic

C++ style guide).
Prepared switching of open-brace-style via command line arguments.
rc meets our coding style guide.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12781 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-05-23 04:27:36 +00:00
parent 767470326d
commit 8a326af7d2
2 changed files with 311 additions and 443 deletions

File diff suppressed because it is too large Load Diff

View File

@ -44,8 +44,6 @@
<LI>We do not write the "generated at" time into the files.</LI>
<LI>We put opening braces on the next line (heh heh).</LI>
<LI>Type codes that cannot be represented as #'xxxx' are written as #num where num is a decimal number, not hexadecimal.</LI>
<LI>Floats and doubles have a bunch of extra zeroes.</LI>