mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[.clang-format ] Update prohibited property 'AlignEscapedNewlinesLeft'.
- 'AlignEscapedNewlines' set to 'Left' is now the correct property.
This commit is contained in:
parent
416e6f6604
commit
d08de34bd3
@ -12,7 +12,7 @@ Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: AlwaysBreak
|
||||
AlignEscapedNewlinesLeft: true
|
||||
AlignEscapedNewlines: Left
|
||||
AlwaysBreakAfterReturnType: None
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
||||
BinPackArguments: false
|
||||
|
Loading…
Reference in New Issue
Block a user