Added more excludes to the clang format script.

This commit is contained in:
Relintai 2023-12-18 00:19:04 +01:00
parent 429575fab6
commit 2dc3113b0c

View File

@ -28,6 +28,8 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == "modules/mesh_utils/xatlas"* ]]; then
continue
elif [[ "$f" == "modules/texture_packer/rectpack2D"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
continue
elif [[ "$f" == *"-so_wrap."* ]]; then