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

fix: literal newline "\n" escape #29

Closed

Commits on Dec 31, 2020

  1. fix: literal newline "\n" escape

    related to ruby-formatter#28
    
    The echo command treats "\n" from selection as non-literal string, which
    causes one-line string like "hello\nworld" becoming two lines. Using
    `printf %s` preserves it as one line.
    zhengpd committed Dec 31, 2020
    Configuration menu
    Copy the full SHA
    0fa604c View commit details
    Browse the repository at this point in the history