diff --git a/lldb/.clang-format b/lldb/.clang-format index cf199fc7596f..c698dc5d99cf 100644 --- a/lldb/.clang-format +++ b/lldb/.clang-format @@ -2,7 +2,7 @@ BasedOnStyle: LLVM IndentWidth: 4 ColumnLimit: 120 BreakBeforeBraces: Allman -AlwaysBreakAfterDefinitionReturnType: true +AlwaysBreakAfterReturnType: All AllowShortFunctionsOnASingleLine: Inline ConstructorInitializerAllOnOneLineOrOnePerLine: true IndentCaseLabels: true