]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jt/clang-format-foreach-wo-space-before-parenthesis' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2025 21:46:13 +0000 (14:46 -0700)
Clang-format update to let our control macros formatted the way we
had them traditionally, e.g., "for_each_string_list_item()" without
space before the parentheses.

* jt/clang-format-foreach-wo-space-before-parenthesis:
  clang-format: exclude control macros from SpaceBeforeParens


Trivial merge