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

PSUseConsistentIndentation: Check indentation of lines where first token is a LParen not followed by comment or new line #1995

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2024

  1. Check a line starting with LParen for correct indentation, even if th…

    …at LParen doesn't impact the indentation level
    liamjpeters committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    972e5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1633d View commit details
    Browse the repository at this point in the history
  3. Add tests to ensure formatting is still checked when LParen is the fi…

    …rst token on a line, followed by a non-newline, non-comment
    liamjpeters committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    e61d121 View commit details
    Browse the repository at this point in the history