xref: /minix/external/bsd/flex/dist/.indent.pro (revision 0a6a1f1d)
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
16