| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…g on a single line, and not checked for violations.
|
Liam Peters (@liamjpeters) what was the issue or reason for closing this PR? Happy to support/help where needed |
Sorry, something went wrong.
|
Christoph Bergmeister (@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 |
Sorry, something went wrong.
|
Gotcha, no worries |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
Hashtables with a single key-value pair should be ignored by PSAlignAssignmentStatement as 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