Added more excludes to the clang format script.

This commit is contained in:
Relintai 2023-12-18 00:03:16 +01:00
parent ae854d4e55
commit ac22f681a7

View File

@ -18,6 +18,16 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == "modules/fastnoise/lib"* ]]; then
continue
elif [[ "$f" == "modules/http_server_simple/http_parser"* ]]; then
continue
elif [[ "$f" == "modules/http_server_simple/multipart_parser_c"* ]]; then
continue
elif [[ "$f" == "modules/lz4/thirdparty"* ]]; then
continue
elif [[ "$f" == "modules/mesh_utils/delaunay"* ]]; then
continue
elif [[ "$f" == "modules/mesh_utils/xatlas"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
continue
elif [[ "$f" == *"-so_wrap."* ]]; then