Skip to content
New issue

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

New feature request: do not merge comment lines #73

Closed
YongLiedu opened this issue Sep 4, 2017 · 2 comments
Closed

New feature request: do not merge comment lines #73

YongLiedu opened this issue Sep 4, 2017 · 2 comments
Labels

Comments

@YongLiedu
Copy link

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

@yihui
Copy link
Owner

yihui commented Sep 4, 2017

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.

@yihui yihui added the feature label Mar 5, 2019
@yihui yihui closed this as completed in 4e31ffb Mar 5, 2019
@yihui
Copy link
Owner

yihui commented Mar 5, 2019

Implemented via 4e31ffb. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants