Updated the clang format script.

This commit is contained in:
Relintai 2024-07-16 21:23:47 +02:00
parent 247b04763f
commit 4d2e9220c7

View File

@ -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