]> ncurses.scripts.mit.edu Git - ncurses.git/blob - misc/indent.pro
ncurses 5.2
[ncurses.git] / misc / indent.pro
1 /* Use this with indent 2.0 (2.1 is not acceptable, since it has more bugs) */
2 /* indent 4 columns */
3 -i4
4 /* tab stops every 8 columns */
5 -ts8
6 /* cuddle 'else' */
7 -ce
8 /* force blank lines after procedure body */
9 -bap
10 /* do not force newline after comma in declaration */
11 -nbc
12 /* do not force blank line after declarations */
13 -nbad
14 /* format braces inline */
15 -br
16 /* do not line up parentheses */
17 -lp
18 /* put the type of a procedure on the line before its name */
19 -psl
20 /* do not insert a space between procedure name and '(' */
21 -npcs
22 /* leave preprocessor space */
23 -lps
24 /* swallow optional blank lines */
25 -sob
26 /* continuation indent of 0 spaces */
27 -ci0 
28 /* force space before semicolon on same line */
29 -ss
30
31 /* for vile */
32 -T size_t
33 -T LINE
34 -T BUFFER
35 -T WINDOW