diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index b0020da59..fc90c3c26 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -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