[clang-format] [docs] Fix RST indentation.
authorMarek Kurdej <marek.kurdej@gmail.com>
Mon, 25 Jan 2021 09:59:47 +0000 (10:59 +0100)
committerMarek Kurdej <marek.kurdej@gmail.com>
Mon, 25 Jan 2021 10:00:46 +0000 (11:00 +0100)
clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h

index 6877cac..3141dd5 100644 (file)
@@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``).
        int ee : 3;
 
   * ``ACS_AcrossEmptyLinesAndComments``
-  (in configuration: ``AcrossEmptyLinesAndComments``)
+    (in configuration: ``AcrossEmptyLinesAndComments``)
 
      Same as ACS_Consecutive, but also spans over lines only containing
      comments and empty lines, e.g.
@@ -401,7 +401,7 @@ the configuration (without a prefix: ``Auto``).
        bool c = false;
 
   * ``ACS_AcrossEmptyLinesAndComments``
-  (in configuration: ``AcrossEmptyLinesAndComments``)
+    (in configuration: ``AcrossEmptyLinesAndComments``)
 
      Same as ACS_Consecutive, but also spans over lines only containing
      comments and empty lines, e.g.
@@ -476,7 +476,7 @@ the configuration (without a prefix: ``Auto``).
        #define bar(y, z) (y + z)
 
   * ``ACS_AcrossEmptyLinesAndComments``
-  (in configuration: ``AcrossEmptyLinesAndComments``)
+    (in configuration: ``AcrossEmptyLinesAndComments``)
 
      Same as ACS_Consecutive, but also spans over lines only containing
      comments and empty lines, e.g.
index a956890..fcc38e2 100644 (file)
@@ -153,7 +153,7 @@ struct FormatStyle {
   ///    \endcode
   ///
   /// * ``ACS_AcrossEmptyLinesAndComments``
-  /// (in configuration: ``AcrossEmptyLinesAndComments``)
+  ///   (in configuration: ``AcrossEmptyLinesAndComments``)
   ///
   ///    Same as ACS_Consecutive, but also spans over lines only containing
   ///    comments and empty lines, e.g.
@@ -290,7 +290,7 @@ struct FormatStyle {
   ///    \endcode
   ///
   /// * ``ACS_AcrossEmptyLinesAndComments``
-  /// (in configuration: ``AcrossEmptyLinesAndComments``)
+  ///   (in configuration: ``AcrossEmptyLinesAndComments``)
   ///
   ///    Same as ACS_Consecutive, but also spans over lines only containing
   ///    comments and empty lines, e.g.
@@ -359,7 +359,7 @@ struct FormatStyle {
   ///    \endcode
   ///
   /// * ``ACS_AcrossEmptyLinesAndComments``
-  /// (in configuration: ``AcrossEmptyLinesAndComments``)
+  ///   (in configuration: ``AcrossEmptyLinesAndComments``)
   ///
   ///    Same as ACS_Consecutive, but also spans over lines only containing
   ///    comments and empty lines, e.g.