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

Newline inside value argument should not trigger trailing comma rule #1648

Commits on Sep 18, 2022

  1. * Do not add a trailing comma in a function call if a newline charact…

    …er is only found inside a multiline argument. Only in case a newline character is found between arguments, this should be taken into account to add a trailing comma.
    
    * Refactor and cleanup unused branches in isMultiline method
    
    Closes pinterest#1642
    paul-dingemans committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    786de5f View commit details
    Browse the repository at this point in the history