Skip to content

Commit

Permalink
Merge pull request #14115 from ethereum/clang-format-remove-prohibite…
Browse files Browse the repository at this point in the history
…d-property

[.clang-format ] Update prohibited property 'AlignEscapedNewlinesLeft'.
  • Loading branch information
aarlt committed Apr 21, 2023
2 parents c694a00 + d08de34 commit 24d43dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Language: Cpp
BasedOnStyle: LLVM
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlinesLeft: true
AlignEscapedNewlines: Left
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
Expand Down

0 comments on commit 24d43dd

Please sign in to comment.