Style: Don't apply clang-format to platform/android/java/src/com
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user