From 8a2137d5d3be120fef369c256a92e01a7a18226b Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 4 Apr 2023 13:46:21 +0200 Subject: [PATCH] another test --- scripts/auto-formatter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/auto-formatter.sh b/scripts/auto-formatter.sh index d25b67ea..9bb1b527 100755 --- a/scripts/auto-formatter.sh +++ b/scripts/auto-formatter.sh @@ -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"