Improve the process for GNU tools
[minix3.git] / external / bsd / flex / dist / .indent.pro
blob3f8232fe774b2d4f3d090acaaf79e481a6127b6e
1 --blank-lines-after-declarations
2 --blank-lines-after-procedures
3 -br /* open braces on same line */
4 -nce /* start else on new line */
5 -nbc /* vars on same line */
6 -di8 /* line up var decl at col 8 */
7 -brs /* struct brace on same line */
8 -i8 /* indent 4 */
9 -lp /* line up parens */
10 -ts8 /* tab stop */
11 -bbo /* break before && || */
12 -hnl /* honor newlines */
13 --space-special-semicolon
14 --line-length75
15 --dont-break-procedure-type