aboutsummaryrefslogtreecommitdiff
path: root/src/builtin/indent.pro
blob: 45ac512e519f3263f74116a21b3dfaf23c5cef77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// GNU indent options for formatting files generated       -*- fundamental -*-
// from MFL .bi sources.
-nbad	// don't force blank line after every block of declarations
-bap	// force blank line after every procedure body
-nbc	// don't force newline after each comma in declaration
-bbo	// break long lines before boolean operators
-hnl	// honour (original) newlines
-br	// retain braces on the same line with the conditional 
-brs	// retain braces on the same line with struct definitions
-c33	// column number for comments following the code
-cd33   // column number for comments following the declaration
-ncdb   // don't place comment delimiters on blank lines
-ce	// 'else' remains on the same line with '}'
-ci4	// indent level for subsequent lines of a split statement
-cli0	// case label indent
-d0	// align separate comments with the enclosing code
-di1	// place identifiers in a declaration in a first available position
-nfc1	// don't format comments that begin in column 1 
-i8	// default indentation offset
-ip0	// indentation for old-style parameter declarations
-l80	// line length
-lp	// align continuation parameters with the open parenthesis
-npcs	// don't place a space between function name and opening quote
-nprs	// don't delimit parenteses with spaces
-psl	// place type of the function on a separate line
-sai	// space between 'if' and '('
-saf	// space between 'for' and '('
-saw	// space between 'while' and '('
-ncs	// don't force a space after a cast
-nsc	// don't insert asteriscs into multi-line comments
-sob	// swallow optional blank lines	
-nfca	// don't format comments starting after the 1st column
-cp33	// indentation for comments following a preprocessor directive
-ss	// force a newline between 'for (;;)' and ';'
-ts8	// tabspaces are placed at each 8th column
-il1	// offset for labels

Return to:

Send suggestions and report system problems to the System administrator.