Blame .indent.pro

Packit 8681c6
-nbad -bap -nsob // blank lines
Packit 8681c6
-nbc // comma separated declarations
Packit 8681c6
-bbo -hnl // breaking long lines before boolean operators
Packit 8681c6
-br -ce -sai // if statements
Packit 8681c6
-brs // struct declarations
Packit 8681c6
-c33 -cd33 -ncdb -d0 -nfc1 -nsc -nfca // comments
Packit 8681c6
-nut -ci4 -i4 -ip0 -lp // indentation
Packit 8681c6
-cli0 // switch statements
Packit 8681c6
-di1 //declarations
Packit 8681c6
-l80 // line length
Packit 8681c6
-npcs // no space after function call names
Packit 8681c6
-nprs // no space after every '(' and before every ')'
Packit 8681c6
-npsl // put the type of a procedure on the same line as its name
Packit 8681c6
-saf -saw -nss -cdw // loop statements
Packit 8681c6
-cs // cast operators
Packit 8681c6
-cp33 // #else #endif
Packit 8681c6
-il0 // labels