Style: Don't apply clang-format to platform/android/java/src/com

This commit is contained in:
Rémi Verschelde
2019-08-27 14:33:41 +02:00
parent 472d10a0ad
commit bd9f6c23cb
2 changed files with 4 additions and 1 deletions

View File

@ -86,6 +86,9 @@ do
if grep -q "thirdparty" <<< $file; then
continue;
fi
if grep -q "platform/android/java/src/com" <<< $file; then
continue;
fi
# ignore file if we do check for file extensions and the file
# does not match any of the extensions specified in $FILE_EXTS