From e792d31b4a3b04658108e59edeab78495ac6b5a8 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Mon, 29 Nov 2021 21:25:36 -0800 Subject: Fix incorrect elides of deprecated code. (Note that this includes some incorrect formatting due to an apparent bug in clang-format 13. Hopefully they'll fix it later, but for now I'm preserving the bad whitespace.) --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 02137561..015dab80 100644 --- a/.clang-format +++ b/.clang-format @@ -7,8 +7,10 @@ AlignConsecutiveDeclarations: true AlignTrailingComments: true AlignEscapedNewlines: Left PointerAlignment: Right +DerivePointerAlignment: false ForEachMacros: ['NNI_LIST_FOREACH'] AlwaysBreakAfterReturnType: TopLevelDefinitions SpaceAfterCStyleCast: true AllowShortFunctionsOnASingleLine: Inline BreakBeforeBinaryOperators: None +TabWidth: 8 -- cgit v1.2.3-70-g09d2