]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2448] add "limits" to header regex in .clang-format
authorAndrei Pavel <andrei@isc.org>
Mon, 4 Jul 2022 13:10:25 +0000 (16:10 +0300)
committerAndrei Pavel <andrei@isc.org>
Thu, 7 Jul 2022 11:48:20 +0000 (11:48 +0000)
.clang-format

index a5149557760caffeaaf936e3cb07a4b17fa224b4..cd52f90ddf5cd41e6cccbeb30d58e6cab1bdf816 100644 (file)
@@ -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)/'
+  - 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)/'
     Priority:        1
     # C++ standard library headers
   - Regex:           '^<[[:alnum:]]>$'