From e86901eb6859cb262109be37b890763775a7f934 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Mon, 30 May 2022 17:49:11 +0200 Subject: docs(clang-format): one space in directives indent (#18800) PPIndentWidth The number of columns to use for indentation of preprocessor statements. When set to -1 (default) IndentWidth is used also for preprocessor statements. --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index afb0df2e25..a31d753217 100644 --- a/.clang-format +++ b/.clang-format @@ -48,6 +48,7 @@ IncludeCategories: AlignConsecutiveMacros: AcrossEmptyLines IndentPPDirectives: AfterHash SpaceBeforeParens: ControlStatementsExceptControlMacros +PPIndentWidth: 1 ForEachMacros: - FOR_ALL_AUEVENTS - FOR_ALL_AUPATS_IN_EVENT -- cgit