From: Andrei Pavel Date: Mon, 4 Jul 2022 13:10:25 +0000 (+0300) Subject: [#2448] add "limits" to header regex in .clang-format X-Git-Tag: Kea-2.2.0~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50f0012844456fbe1032ff855895c1db8db1bd8a;p=thirdparty%2Fkea.git [#2448] add "limits" to header regex in .clang-format --- diff --git a/.clang-format b/.clang-format index a514955776..cd52f90ddf 100644 --- a/.clang-format +++ b/.clang-format @@ -50,7 +50,7 @@ IncludeCategories: - Regex: '^$' 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:]]>$'