Skip to content

Commit

Permalink
[.clang-format ] Update prohibited property 'AlignEscapedNewlinesLeft'.
Browse files Browse the repository at this point in the history
- 'AlignEscapedNewlines' set to 'Left' is now the correct property.
  • Loading branch information
aarlt committed Apr 12, 2023
1 parent 416e6f6 commit d08de34
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 d08de34

Please sign in to comment.