This commit is contained in:
Hackerpilot 2015-04-20 00:14:39 -07:00
parent 87866f8fcd
commit 3d4d4d05f9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ max_line_length | positive integers | `120` | Supported
### dfmt-specific properties
Property Name | Allowed Values | Default Value | Description
--------------|----------------|---------------|------------
dfmt_brace_style | `allman`, `otbs`, or `stroustrup` | `stroustrup` | https://en.wikipedia.org/wiki/Brace_style
dfmt_brace_style | `allman`, `otbs`, or `stroustrup` | `allman` | https://en.wikipedia.org/wiki/Brace_style
dfmt_soft_max_line_length | positive integers | `80` | The formatting process will usually keep lines below this length, but they may be up to max_line_length columns long.
dfmt_outdent_labels (Not yet implemented) | `true`, `false` | `true` | Decrease the indentation of labels
dfmt_align_switch_statements (Not yet implemented) | `true`, `false` | `true` | Align labels, cases, and defaults with their enclosing switch