Initial commit

This commit is contained in:
Eryn Wells 2011-05-03 21:53:50 -07:00
commit 662fe0334c
37 changed files with 1614 additions and 0 deletions

4
indent.pro Normal file
View file

@ -0,0 +1,4 @@
// K&R style with some variations
// - Put return values on line above function headers
// - Continuation lines indented 8 spaces
-kr -psl -nce -nlp -ci8