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
+1 -1
View File
@@ -12,7 +12,7 @@ Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlinesLeft: true
AlignEscapedNewlines: Left
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false