Merge pull request #14115 from ethereum/clang-format-remove-prohibited-property

[.clang-format ] Update prohibited property 'AlignEscapedNewlinesLeft'.
This commit is contained in:
Alexander Arlt 2023-04-21 11:45:19 -05:00 committed by GitHub
commit 24d43dd1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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