clang-format: AlignEscapedNewlines to DontAlign instead

i changed my mind. Left is still a lot of spaces, and changing every
line of a macro every time the longest line changes length is not very
version control friendly
This commit is contained in:
xfnw 2023-12-02 08:59:54 -05:00
parent 2a14db2e03
commit ccabfb17fc
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 8
AllowShortCaseLabelsOnASingleLine: true
AlignEscapedNewlines: Left
AlignEscapedNewlines: DontAlign