From 4d2e9220c7bc81af0a4292d669e6918eae68c2a5 Mon Sep 17 00:00:00 2001 From: Relintai Date: Tue, 16 Jul 2024 21:23:47 +0200 Subject: [PATCH] Updated the clang format script. --- misc/scripts/clang_format.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index 46216d6de..ea1fb26ec 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -34,6 +34,10 @@ while IFS= read -rd '' f; do continue elif [[ "$f" == "modules/smtp"* ]]; then continue + elif [[ "$f" == "editor_modules/denoise/oidn"* ]]; then + continue + elif [[ "$f" == "editor_modules/raycast/embree"* ]]; then + continue elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then continue elif [[ "$f" == *"-so_wrap."* ]]; then