diff --git a/.clang-format b/.clang-format index 2b438bf57cc..7de6dfa7e08 100644 --- a/.clang-format +++ b/.clang-format @@ -101,5 +101,10 @@ SpaceBeforeParens: ControlStatementsExceptControlMacros SortIncludes: Never UseTab: ForContinuationAndIndentation WhitespaceSensitiveMacros: + - COND_CODE_0 + - COND_CODE_1 + - IF_DISABLED + - IF_ENABLED + - LISTIFY - STRINGIFY - Z_STRINGIFY