Skip formatting sqlite.

This commit is contained in:
Relintai 2023-12-17 23:15:33 +01:00
parent 443140a9e8
commit 87794189e6

View File

@ -14,6 +14,8 @@ while IFS= read -rd '' f; do
# Exclude some files.
if [[ "$f" == "thirdparty"* ]]; then
continue
elif [[ "$f" == "modules/database_sqlite/sqlite"* ]]; then
continue
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
continue
elif [[ "$f" == *"-so_wrap."* ]]; then