From: Alexander Kornienko Date: Fri, 27 Sep 2013 16:19:25 +0000 (+0000) Subject: Updated examples of UseTab option X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62a55655d5cf3e14ebcf71784fff8b44212b3af9;p=clang Updated examples of UseTab option git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191529 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index fcbe9d54e7..d73801c7e7 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -309,7 +309,7 @@ A style similar to the `Linux Kernel style BasedOnStyle: LLVM IndentWidth: 8 - UseTab: true + UseTab: Always BreakBeforeBraces: Linux AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false @@ -347,7 +347,7 @@ A style similar to the default Visual Studio formatting style: .. code-block:: yaml - UseTab: false + UseTab: Never IndentWidth: 4 BreakBeforeBraces: Allman AllowShortIfStatementsOnASingleLine: false