r373831 - Try to fix sphinx indentation error

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 5 09:08:18 PDT 2019


Author: rksimon
Date: Sat Oct  5 09:08:17 2019
New Revision: 373831

URL: http://llvm.org/viewvc/llvm-project?rev=373831&view=rev
Log:
Try to fix sphinx indentation error

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=373831&r1=373830&r2=373831&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Sat Oct  5 09:08:17 2019
@@ -212,13 +212,15 @@ clang-format
 
 - The ``Standard`` style option specifies which version of C++ should be used
   when parsing and formatting C++ code. The set of allowed values has changed:
+
   - ``Latest`` will always enable new C++ language features.
   - ``c++03``, ``c++11``, ``c++14``, ``c++17``, ``c++20`` will pin to exactly
     that language version.
   - ``Auto`` is the default and detects style from the code (this is unchanged).
- The previous values of ``Cpp03`` and ``Cpp11`` are deprecated. Note that
- ``Cpp11`` is treated as ``Latest``, as this was always clang-format's behavior.
- (One motivation for this change is the new name describes the behavior better).
+
+  The previous values of ``Cpp03`` and ``Cpp11`` are deprecated. Note that
+  ``Cpp11`` is treated as ``Latest``, as this was always clang-format's behavior.
+  (One motivation for this change is the new name describes the behavior better).
 
 libclang
 --------




More information about the cfe-commits mailing list