diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-02-11 11:43:02 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-02-11 11:43:02 +0100 |
commit | 9d02694589ebf025e4dda0426eef57e498664c15 (patch) | |
tree | c34a20c9bbb90781fa874d3e2c5947b63f7388ba /.clang-format | |
parent | [#2702] removed link dependencies to fix odr violation (diff) | |
download | kea-9d02694589ebf025e4dda0426eef57e498664c15.tar.xz kea-9d02694589ebf025e4dda0426eef57e498664c15.zip |
[#2702] moved cfgrpt inside process folder
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 cd52f90ddf..66a5dd3eb1 100644 --- a/.clang-format +++ b/.clang-format @@ -50,7 +50,7 @@ IncludeCategories: - Regex: '^<config.h>$' Priority: 0 # Kea's own files - - Regex: '^<(asiodns|asiolink|cc|cfgrpt|config|config_backend|cryptolink|database|dhcp|dhcpsrv|dhcp_ddns|dns|eval|exceptions|hooks|http|log|mysql|pgsql|process|stats|testutils|util|yang|admin|agent|d2|dhcp4|dhcp6|keactrl|lfc|netconf|perfdhcp|shell|limits)/' + - Regex: '^<(asiodns|asiolink|cc|config|config_backend|cryptolink|database|dhcp|dhcpsrv|dhcp_ddns|dns|eval|exceptions|hooks|http|log|mysql|pgsql|process|stats|testutils|util|yang|admin|agent|d2|dhcp4|dhcp6|keactrl|lfc|netconf|perfdhcp|shell|limits)/' Priority: 1 # C++ standard library headers - Regex: '^<[[:alnum:]]>$' |