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:
Lassi Kortela 2019-08-09 13:43:14 +03:00
parent 8c85386640
commit 0270f8628d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
BasedOnStyle: WebKit BasedOnStyle: WebKit
AlignAfterOpenBracket: Align AlignAfterOpenBracket: Align
AlignEscapedNewlines: DontAlign AlignEscapedNewlines: Left
AlignOperands: true AlignOperands: true
AlignTrailingComments: true AlignTrailingComments: true
AllowShortBlocksOnASingleLine: true AllowShortBlocksOnASingleLine: true