Add AlignEscapedNewLines to make macros prettier

This commit is contained in:
Johannes Schmidt 2025-09-17 10:22:40 +02:00 committed by GitHub
parent e2a6330f5a
commit afd7a2b845
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignEscapedNewlines: LeftWithLastLine
AllowShortFunctionsOnASingleLine: InlineOnly
BreakBeforeBraces: Mozilla
BreakTemplateDeclarations: Yes