]> granicus.if.org Git - clang/commitdiff
Updated examples of UseTab option
authorAlexander Kornienko <alexfh@google.com>
Fri, 27 Sep 2013 16:19:25 +0000 (16:19 +0000)
committerAlexander Kornienko <alexfh@google.com>
Fri, 27 Sep 2013 16:19:25 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191529 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index fcbe9d54e7902c031db03e66203ea8731aad0650..d73801c7e73dcf63982743aaa724b7148566c65d 100644 (file)
@@ -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