From: Ondřej Surý Date: Tue, 19 Aug 2025 06:00:20 +0000 (+0200) Subject: chg: dev: Update clang-format style with options added in newer versions X-Git-Tag: v9.21.12~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da10d8bbe6767e4140195f9b0cf039a30895354;p=thirdparty%2Fbind9.git chg: dev: Update clang-format style with options added in newer versions Add and apply InsertBraces statement to add missing curly braces around one-line statements and use ControlStatementsExceptControlMacros for SpaceBeforeParens to remove space between foreach macro and the brace, e.g. `FOREACH (x) {` becomes `FOREACH(x) {`. Merge branch 'ondrej/update-clang-format' into 'main' See merge request isc-projects/bind9!10863 --- 0da10d8bbe6767e4140195f9b0cf039a30895354