aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-04-17 23:44:30 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-04-17 23:44:30 +0200
commit4fa1f03150ddaa56cf58b11809182ef4ef2b6abd (patch)
tree6f2a3a0ade177d69f2e13b286bcbdf8d6e6d229f
parent0358652ff40546877c63fee8ca272db76b94a37d (diff)
downloaddynld-4fa1f03150ddaa56cf58b11809182ef4ef2b6abd.tar.gz
dynld-4fa1f03150ddaa56cf58b11809182ef4ef2b6abd.zip
clang-format: preseve header blocks
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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