]> granicus.if.org Git - clang/commitdiff
clang-format: Update generated documentation with new flag.
authorDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:56:37 +0000 (16:56 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 28 Oct 2014 16:56:37 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220786 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index e273a3de35f7972772fe0524dd1d0842012c90eb..cef3f2476404de970094fddcc761bbfbb5d06418 100644 (file)
@@ -371,6 +371,9 @@ the configuration (without a prefix: ``Auto``).
     Indent in all namespaces.
 
 
+**ObjCBlockIndentWidth** (``unsigned``)
+  The number of characters to use for indentation of ObjC blocks.
+
 **ObjCSpaceAfterProperty** (``bool``)
   Add a space after ``@property`` in Objective-C, i.e. use
   ``\@property (readonly)`` instead of ``\@property(readonly)``.