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

Break dependency between string-template-indent and multiline-expression-wrapping #2505

Merged
merged 3 commits into from
Jan 23, 2024

Commits on Jan 16, 2024

  1. Break dependency between string-template-indent and multiline-express…

    …ion-wrapping
    
    If need be, the string-template-indent rule wraps the opening quotes of a multiline raw string literal to a new line. The `string-template-indent` can now be enabled regardless whether `multiline-expression-wrapping` is enabled.
    
    Closes #2504
    paul-dingemans committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    db3791c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    paul-dingemans committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3574c16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b7e886 View commit details
    Browse the repository at this point in the history