I use emacs, and the C and C++ modes in thier default config. Thats what
I would like all the contributed code formated as. If its not it will be.

Functions should not consume more then a page of code. (80x24) The exception
would be large case statements, With those each case should be directed 
out to a function for that case. Let the compiler optimize.


