You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to be able to run textpbfmt on files in CI to check that they're properly formatted. google-java-format exposes this use-case through two options for example:
--dry-run, -n
Prints the paths of the files whose contents would change if the formatter were run normally.
--set-exit-if-changed
Return exit code 1 if there are any formatting changes.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to run textpbfmt on files in CI to check that they're properly formatted.
google-java-format
exposes this use-case through two options for example:The text was updated successfully, but these errors were encountered: