From 4fa1f03150ddaa56cf58b11809182ef4ef2b6abd Mon Sep 17 00:00:00 2001 From: johannst Date: Sat, 17 Apr 2021 23:44:30 +0200 Subject: clang-format: preseve header blocks --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 0e80858..74845b8 100644 --- a/.clang-format +++ b/.clang-format @@ -60,7 +60,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 -- cgit v1.2.3