diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-04-17 23:44:30 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-04-17 23:44:30 +0200 |
commit | 4fa1f03150ddaa56cf58b11809182ef4ef2b6abd (patch) | |
tree | 6f2a3a0ade177d69f2e13b286bcbdf8d6e6d229f /.clang-format | |
parent | 0358652ff40546877c63fee8ca272db76b94a37d (diff) | |
download | dynld-4fa1f03150ddaa56cf58b11809182ef4ef2b6abd.tar.gz dynld-4fa1f03150ddaa56cf58b11809182ef4ef2b6abd.zip |
clang-format: preseve header blocks
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
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 |