Wirena created this revision.
Wirena added a reviewer: HazardyKnusperkeks.
Wirena requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112664

Files:
  clang/docs/ClangFormatStyleOptions.rst


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:
 


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:
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to