diff options
-rw-r--r-- | clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-format b/clang-format index 6859725..cc75bce 100644 --- a/clang-format +++ b/clang-format @@ -61,7 +61,7 @@ DerivePointerAlignment: false DisableFormat: false ExperimentalAutoDetectBinPacking: false FixNamespaceComments: true -IncludeBlocks: Regroup +IncludeBlocks: Preserve # Could use `IncludeCategories` to define rules for includes IndentCaseLabels: true IndentPPDirectives: AfterHash |