We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hindent takes an arbitrary number of -X parameters, but it's not clear what they are for:
hindent
-X
$ hindent --version hindent 4.6.3 $ hindent --help hindent: --version --style (fundamental|chris-done|johan-tibell|gibiansky|cramer) --line-length <...> [-X<...>]* [<FILENAME>]
Looking at the code, they correspond to haskell language extensions, but then it's not clear why I would want to specify them.
The text was updated successfully, but these errors were encountered:
4c11e8b
No branches or pull requests
hindent
takes an arbitrary number of-X
parameters, but it's not clear what they are for:Looking at the code, they correspond to haskell language extensions, but then it's not clear why I would want to specify them.
The text was updated successfully, but these errors were encountered: