[Format] Fix docs after r373439

llvm-svn: 373724
This commit is contained in:
Sam McCall 2019-10-04 09:52:54 +00:00
parent 91ad5398d1
commit b3cc321cb2
1 changed files with 2 additions and 1 deletions

View File

@ -2310,11 +2310,12 @@ the configuration (without a prefix: ``Auto``).
std::unique_ptr<int[]> foo() {} // Won't be affected
**Standard** (``LanguageStandard``)
Parse and format C++ constructs compatible with this standard.
.. code-block:: c++
c++03: latest:
vector<set<int> > x; vs. vector<set<int>> x;
Parse and format C++ constructs compatible with this standard.
Possible values: