Fix missing cell in table

This commit is contained in:
Hackerpilot 2016-01-19 20:03:41 -08:00
parent 3d7f55495a
commit fbd28814e7
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ dfmt_space_after_cast | `true`, `false` | `true` | Insert space after the closin
dfmt_space_after_keywords (Not yet implemented) | `true`, `false` | `true` | Insert space after `if`, `while`, `foreach`, etc, and before the `(`.
dfmt_selective_import_space | `true`, `false` | `true` | Insert space after the module name and before the `:` for selective imports.
dfmt_compact_labeled_statements | `true`, `false` | `true` | Place labels on the same line as the labeled `switch`, `for`, `foreach`, or `while` statement.
dfmt_template_constraint_style | `conditional_newline_indent` `conditional_newline` `always_newline` `always_newline_indent` | Control the formatting of template constraints.
dfmt_template_constraint_style | `conditional_newline_indent` `conditional_newline` `always_newline` `always_newline_indent` | `conditional_newline_indent` | Control the formatting of template constraints.
## Terminology
* Braces - `{` and `}`