From 55c232415de26a220df19ed45b3291b02fa3d04e Mon Sep 17 00:00:00 2001 From: dickmao Date: Thu, 1 Dec 2022 16:54:06 -0500 Subject: [PATCH] Squashed commit of the following: commit e8e650a4f07088a5efa2fcea9371522f8f667797 Author: dickmao Date: Thu Dec 1 16:53:58 2022 -0500 typo --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 016fb778383..5c987536b0c 100644 --- a/.clang-format +++ b/.clang-format @@ -7,7 +7,7 @@ BreakBeforeBinaryOperators: All BreakBeforeBraces: GNU ColumnLimit: 70 ContinuationIndentWidth: 2 -IndentPPDDirectives: AfterHash +IndentPPDirectives: AfterHash PPIndentWidth: 1 ForEachMacros: - FOR_EACH_TAIL -- 2.36.1