From: Daniel Jasper Date: Tue, 28 Oct 2014 16:56:37 +0000 (+0000) Subject: clang-format: Update generated documentation with new flag. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a82bb527d1e5377be645161d1c9aeed04973f3c;p=clang clang-format: Update generated documentation with new flag. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220786 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index e273a3de35..cef3f24764 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -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)``.