- Notifications
You must be signed in to change notification settings - Fork407
PSAlignAssignmentStatement: Ignore hashtables with a single key-value pair#1983
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…g on a single line, and not checked for violations.
bergmeister commentedApr 9, 2024
@liamjpeters what was the issue or reason for closing this PR? Happy to support/help where needed |
liamjpeters commentedApr 9, 2024
@bergmeister - I'm not the most familiar with git. I used the main branch of my fork for this PR but wanted to use a different branch. Didn't know how to do that so got things organised locally, closed this PR and opened a new one.#1986 Hopefully I've not created any issues by doing so |
bergmeister commentedApr 9, 2024
Gotcha, no worries |
PR Summary
Hashtables with a single key-value pair should be ignored by
PSAlignAssignmentStatementas there is nothing to align.There are other rules that handle whitespace around operators etc which can handle formatting according to the users preference.
Currently:
Results in:
Note the space added after the hashtable key
Resolves#1979
PR Checklist
.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.