// $Id: indent.pro,v 1.1 2007/09/08 14:45:12 rmoffitt Exp $ -bli0 // indent braces 0 spaces -bl // force blank lines after the declarations -bls // put braces on the line after struct declaration lines -i3 // set indentation level to 3 spaces -nut // use spaces instead of tabs -npsl // put the type of a procedure on the same line as its name -nlp // do not line up parentheses -ci3 // continuation indent of 3 spaces -cli3 // case label indent of 3 spaces -d0 // set indentation of comments not to the right of code to 0 spaces -l80 // set maximum line length for non-comment formatting to 80 -lc72 // set maximum line length for comment formatting to 72 -ncdb // do not put comment delimiters on blank lines -ip0 // indent parameter types in old-style function definitions by 0 spaces -bfda // break the line before all arguments in a declaration -ppi 3 // indent preprocessor conditional statements by 3 spaces -nbbo // do not prefer to break long lines before boolean operators -npcs // do not put space after the function in function calls -nprs // do not put a space after every ´(´ and before every ´)´ -ncs // do not put a space after cast operators -sc // put the `*´ character at the left of comments -pi3 // extra indentation per open parentheses ´(´ when a statement is broken -bad // forces a blank line after every block of declarations -bap // forces a blank line after every procedure body -sob // swallow optional blank lines (that is, any optional blank lines present // in the input will be removed from the output) -hnl // prefer to break long lines at the position of newlines in the input