UNLESS I'm misinterpreting what's happening,
in enola-dev/enola#1799,
it seems to me that in my mono-repo project I've hit the limit of passing (all) *.java files as arguments to google-java-format.
@cushon would you be open to a PR allowing e.g. to specify the list of files to format in a file passed with an @ argument?
UNLESS I'm misinterpreting what's happening,
in enola-dev/enola#1799,
it seems to me that in my mono-repo project I've hit the limit of passing (all)
*.javafiles as arguments togoogle-java-format.@cushon would you be open to a PR allowing e.g. to specify the list of files to format in a file passed with an
@argument?