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
Sometimes it would be better to ignore/don't merge comment lines.
avoid change something like this
# this is a sample. # bash command and parameters here # results
to
# this is a sample. bash command # and parameters here results
The text was updated successfully, but these errors were encountered:
Sounds like a reasonable feature request, but I don't have time to implement it. All I can say right now is that pull requests are welcome!
Also note roxygen comments #' will never be rewrapped.
#'
Sorry, something went wrong.
4e31ffb
Implemented via 4e31ffb. Thanks!
No branches or pull requests
Sometimes it would be better to ignore/don't merge comment lines.
avoid change something like this
# this is a sample.
# bash command and parameters here
# results
to
# this is a sample. bash command
# and parameters here results
The text was updated successfully, but these errors were encountered: