Index: clang/docs/ClangFormatStyleOptions.rst =================================================================== --- clang/docs/ClangFormatStyleOptions.rst +++ clang/docs/ClangFormatStyleOptions.rst @@ -3821,16 +3821,16 @@ .. code-block:: c++ - before: after: - Minimum: 1 - //if (b) { // if (b) { - // return true; // return true; - //} // } - - Maximum: 0 - /// List: ///List: - /// - Foo /// - Foo - /// - Bar /// - Bar + before: after: + Minimum: 1 + //if (b) { // if (b) { + // return true; // return true; + //} // } + + Maximum: 0 + /// List: ///List: + /// - Foo /// - Foo + /// - Bar /// - Bar Nested configuration flags: