diff --git a/.clang-format b/.clang-format index 82df4f454..6514ac934 100644 --- a/.clang-format +++ b/.clang-format @@ -2,6 +2,7 @@ BasedOnStyle: LLVM AccessModifierOffset: -4 AlignAfterOpenBracket: DontAlign +AlignEscapedNewlines: LeftWithLastLine AllowShortFunctionsOnASingleLine: InlineOnly BreakBeforeBraces: Mozilla BreakTemplateDeclarations: Yes