// blank lines after declaration -bad // blank lines after declaration bodies -bap // break long lines before boolean operators -bbo // no newline after comma in declarations -nbc // put braces on the line after the "if" -bl // brace indentaion after the if set to 0 -bli0 // braces on the line after "struct" -bls // comment indent -c33 // comment of declarations -cd33 // no comment delimiters on blank lines -ncdb // cuddle else -ce // Continuation indent of n spaces. -ci4 // case lable indent -cli4 // Put comments to the right of #else and #endif statements -cp33 // space after a type cast -cs // comment indent -d0 // declaration indent -di1 // dont format comments in the first column as normal -nfc1 // dont format any comments -nfca // Prefer to break long lines at the position of newlines in the input -hnl // indent level -i4 // parameter indent -ip0 // max line length for non comment lines -l75 // Line up continued lines at parentheses. -lp // Do not put space after the function in function calls. -npcs // Do not put a space after every ´(´ and before every ´)´. -nprs // Put the type of a procedure on the same line as its name. -npsl // use spaces instead of tabs -nut // Put a space after each for. -saf // Put a space after each if. -sai // Put a space after each while. -saw // Do not put the `*´ character at the left of comments. -nsc // Do not swallow optional blank lines. -nsob // Do not force a space before the semicolon after certain statements. -nss