Change clang-format AlignEscapedNewlines setting
whatstyle didn't catch that the original codebase is aligning backslashes at the ends of lines in long preprocessor macro definitions. The "Left" setting closely matches the original code.
This commit is contained in:
parent
8c85386640
commit
0270f8628d
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
BasedOnStyle: WebKit
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignEscapedNewlines: DontAlign
|
||||
AlignEscapedNewlines: Left
|
||||
AlignOperands: true
|
||||
AlignTrailingComments: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
|
|
Loading…
Reference in New Issue