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

Do not indent string template starting at first position of line #2553

Merged
merged 3 commits into from
Feb 14, 2024

Commits on Feb 13, 2024

  1. Do not indent string template starting at first position of line

    Also, the `indent` rule should not change unexpected indentation characters inside a string template but leave this up to the `string-template-indent` rule. As a result the `indent` rule could be a bit simplified.
    paul-dingemans committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    20b05e7 View commit details
    Browse the repository at this point in the history
  2. Do not indent string template starting at first position of line

    Also, the `indent` rule should not change unexpected indentation characters inside a string template but leave this up to the `string-template-indent` rule. As a result the `indent` rule could be a bit simplified.
    
    Closes #2350
    paul-dingemans committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    73a3517 View commit details
    Browse the repository at this point in the history
  3. Do not indent string template starting at first position of line

    Also, the `indent` rule should not change unexpected indentation characters inside a string template but leave this up to the `string-template-indent` rule. As a result the `indent` rule could be a bit simplified.
    
    Closes #2350
    paul-dingemans committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    5f1c691 View commit details
    Browse the repository at this point in the history