[lugaru] Coding Standards
Ryan Hanson
hansonry at gmail.com
Sat May 15 11:31:01 EDT 2010
Before I make any further changes in the source, I would like to have a
coding style so that I can fix things along the way.
If there isn't one yet, then my personal preferences are:
- no tabs
- 3 space indents
- all brackets on a line of their own.
- Attempt to maintain 80 char max line width.
- No if or while statements with in-line code ex if(something)
dossomthing(); = NO
~Xello
More information about the lugaru
mailing list