|
8 | 8 | # for C++ files only
|
9 | 9 | --indent-classes
|
10 | 10 |
|
11 |
| -# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block. |
| 11 | +# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block. |
12 | 12 | # The entire case block is indented.
|
13 | 13 | --indent-switches
|
14 | 14 |
|
15 | 15 | # Add extra indentation to namespace blocks. This option has no effect on Java files.
|
16 | 16 | --indent-namespaces
|
17 | 17 |
|
18 |
| -# Converts tabs into spaces in the non-indentation part of the line. |
19 |
| ---convert-tabs |
| 18 | +# Converts tabs into spaces in the non-indentation part of the line. |
| 19 | +--convert-tabs |
20 | 20 |
|
21 | 21 | # requires --convert-tabs to work properly
|
22 | 22 | --indent-preprocessor
|
|
27 | 27 |
|
28 | 28 | --max-instatement-indent=40
|
29 | 29 |
|
30 |
| -# Pad empty lines around header blocks (e.g. 'if', 'for', 'while'...). |
31 |
| ---break-blocks |
32 |
| - |
33 |
| -# Insert space padding around operators. |
| 30 | +# Insert space padding around operators. |
34 | 31 | --pad-oper
|
35 | 32 |
|
36 |
| -# Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...). |
| 33 | +# Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...). |
37 | 34 | --pad-header
|
38 | 35 |
|
39 | 36 |
|
40 |
| -# Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...). |
| 37 | +# Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...). |
41 | 38 | --add-brackets
|
42 | 39 |
|
43 | 40 | --align-pointer=name
|
|
46 | 43 | --suffix=none
|
47 | 44 |
|
48 | 45 | # For each directory in the command line, process all subdirectories recursively.
|
49 |
| ---recursive |
| 46 | +--recursive |
50 | 47 |
|
51 | 48 | # Preserve the original file's date and time modified.
|
52 | 49 | --preserve-date
|
53 | 50 |
|
54 |
| -# Formatted files display mode. Display only the files that have been formatted. |
| 51 | +# Formatted files display mode. Display only the files that have been formatted. |
55 | 52 | # Do not display files that are unchanged.
|
56 | 53 | --formatted
|
57 | 54 |
|
|
0 commit comments