mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-11-21 16:37:20 +01:00
Updated the clang format script.
This commit is contained in:
parent
247b04763f
commit
4d2e9220c7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user