diff options
-rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index fcbe9d54e79..d73801c7e73 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/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 |