Updated examples of UseTab option

llvm-svn: 191529
This commit is contained in:
Alexander Kornienko 2013-09-27 16:19:25 +00:00
parent 45ca09b3f5
commit 8ba68f6802

View File

@ -309,7 +309,7 @@ A style similar to the `Linux Kernel style
BasedOnStyle: LLVM BasedOnStyle: LLVM
IndentWidth: 8 IndentWidth: 8
UseTab: true UseTab: Always
BreakBeforeBraces: Linux BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false IndentCaseLabels: false
@ -347,7 +347,7 @@ A style similar to the default Visual Studio formatting style:
.. code-block:: yaml .. code-block:: yaml
UseTab: false UseTab: Never
IndentWidth: 4 IndentWidth: 4
BreakBeforeBraces: Allman BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false AllowShortIfStatementsOnASingleLine: false