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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to