another test

This commit is contained in:
Robin Müller 2023-04-04 13:46:21 +02:00
parent e47ba65550
commit 8a2137d5d3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -31,7 +31,7 @@ fi
cpp_format="clang-format"
file_selectors="-iname *.h -o -iname *.cpp -o -iname *.c -o -iname *.tpp"
file_excludes="-not -path '*translateObjects.cpp' - -not -path '*translateEvents.cpp'"
file_excludes="-not -path '**/translateObjects.cpp' -not -path '**/translateEvents.cpp'"
if command -v ${cpp_format} &> /dev/null; then
for dir in ${folder_list[@]}; do
echo "Auto-formatting C/C++ files in ${dir} recursively"