diff options
Diffstat (limited to 'clang/docs')
| -rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 655923db9bc..e0ad9653213 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -1584,8 +1584,9 @@ the configuration (without a prefix: ``Auto``). **IndentCaseLabels** (``bool``) Indent case labels one level from the switch statement. - When ``false``, use the same indentation level as for the switch statement. - Switch statement body is always indented one level more than case labels. + When ``false``, use the same indentation level as for the switch + statement. Switch statement body is always indented one level more than + case labels. .. code-block:: c++ |

