r191529 - Updated examples of UseTab option

Alexander Kornienko alexfh at google.com
Fri Sep 27 09:19:25 PDT 2013


Author: alexfh
Date: Fri Sep 27 11:19:25 2013
New Revision: 191529

URL: http://llvm.org/viewvc/llvm-project?rev=191529&view=rev
Log:
Updated examples of UseTab option

Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=191529&r1=191528&r2=191529&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Fri Sep 27 11:19:25 2013
@@ -309,7 +309,7 @@ A style similar to the `Linux Kernel sty
 
   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 St
 
 .. code-block:: yaml
 
-  UseTab: false
+  UseTab: Never
   IndentWidth: 4
   BreakBeforeBraces: Allman
   AllowShortIfStatementsOnASingleLine: false





More information about the cfe-commits mailing list