diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-04-11 18:00:16 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-04-11 18:00:16 +0200 |
commit | e7c7376dfa733f9863e7721cdfd3c79767dce5e5 (patch) | |
tree | f2b506008c72ba8efa6a0ff7ad3745cf3256d864 | |
parent | 9619e54ff51596e6c85f228e7e4bf4e85e179cc7 (diff) | |
download | dotfiles-e7c7376dfa733f9863e7721cdfd3c79767dce5e5.tar.gz dotfiles-e7c7376dfa733f9863e7721cdfd3c79767dce5e5.zip |
clang-format: preserve header blocks
-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 |