]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add new clang-format option to remove redundant semicolons
authorOndřej Surý <ondrej@isc.org>
Tue, 19 Nov 2024 09:39:47 +0000 (10:39 +0100)
committerOndřej Surý <ondrej@isc.org>
Tue, 19 Nov 2024 15:06:49 +0000 (16:06 +0100)
commit781eb2e186514817b30feb67b35c3671dfdaee06
tree6cfa3d56d268c5570a13e4278f8942e0b1a75652
parentc5bac96fd07493a13e791ea81de1d05697b983f6
Add new clang-format option to remove redundant semicolons

The new clang-format options (since clang-format 16) removes semicolons
after the closing braces of functions and constructors/destructors.

(cherry picked from commit c7420eccd9b169dd0fd8864f192373a3390988af)
.clang-format
.clang-format.headers