You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Add an exception for thirdparty subdirectories in file_format.sh
This exception is also present in clang_format.sh and is needed in some cases.
This commit is contained in:
@@ -31,7 +31,9 @@ while IFS= read -rd '' f; do
|
|||||||
continue
|
continue
|
||||||
elif [[ "$f" == *"po" ]]; then
|
elif [[ "$f" == *"po" ]]; then
|
||||||
continue
|
continue
|
||||||
elif [[ "$f" == "thirdparty"* ]]; then
|
elif [[ "$f" == "thirdparty/"* ]]; then
|
||||||
|
continue
|
||||||
|
elif [[ "$f" == *"/thirdparty/"* ]]; then
|
||||||
continue
|
continue
|
||||||
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
|
||||||
continue
|
continue
|
||||||
|
|||||||
Reference in New Issue
Block a user