From 2d67437533f2d3ea6ca89c3a2571fd05ecf3d63a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 17:46:13 -0500 Subject: Update clang-format configuration --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 40d32ed..6daa06c 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ --- AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true -AlignEscapedNewlinesLeft: true +AlignEscapedNewlines: Left BasedOnStyle: Mozilla BraceWrapping: AfterNamespace: false -- cgit v1.2.1