From 2a14db2e032d52a6bd0bf3f8dd421c9e6fbd8f13 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 1 Dec 2023 21:44:29 -0500 Subject: [PATCH] clang-format: AlignEscapedNewlines to Left the LLVM style's default of Right is just an absurd number of spaces --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 07746d4..4920cc6 100644 --- a/.clang-format +++ b/.clang-format @@ -3,3 +3,4 @@ BasedOnStyle: LLVM UseTab: Always IndentWidth: 8 AllowShortCaseLabelsOnASingleLine: true +AlignEscapedNewlines: Left