[.clang-format ] Update prohibited property 'AlignEscapedNewlinesLeft'.

- 'AlignEscapedNewlines' set to 'Left' is now the correct property.
This commit is contained in:
Alexander Arlt 2023-04-12 11:31:21 -05:00
parent 416e6f6604
commit d08de34bd3

View File

@ -12,7 +12,7 @@ Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlinesLeft: true
AlignEscapedNewlines: Left
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false