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
Is your feature request related to a problem? Please describe.
In order to use this formatter in a git pre-commit hook (which also works with partial staging), I need the console tool to write the results to stdout instead of modifying the original file.
Describe the solution you'd like
There's a command line option that writes the formatted document to stdout instead of modifying the file. The option is mutually exclusive with --passive.
When the option is enabled, the tool doesn't log to stdout anymore, but to stderr.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
In order to use this formatter in a git pre-commit hook (which also works with partial staging), I need the console tool to write the results to stdout instead of modifying the original file.
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: