Make the clang format script not touch the copyright headers for now.

This commit is contained in:
Relintai 2022-03-18 18:58:57 +01:00
parent c545717186
commit b877f9c8ee

View File

@ -34,7 +34,7 @@ while IFS= read -rd '' f; do
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
continue 2
fi
python misc/scripts/copyright_headers.py "$f"
#python misc/scripts/copyright_headers.py "$f"
continue 2
fi
done