clang-format: AlignEscapedNewlines to Left

the LLVM style's default of Right is just an absurd number of spaces
This commit is contained in:
xfnw 2023-12-01 21:44:29 -05:00
parent b66a218ef3
commit 2a14db2e03
1 changed files with 1 additions and 0 deletions

View File

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