Add PipelineIndentationStyle.None option for scenarios where indentation is custom, inconsistent or the user does not like any of the 3 pipeline indentation styles by bergmeister · Pull Request #1399 · PowerShell/PSScriptAnalyzer
PowerShell / PSScriptAnalyzer Public
-
Notifications
You must be signed in to change notification settings - Fork 409
Merged
merged 2 commits into
Conversation
Collaborator
#1330 PR Summary
Add PipelineIndentationStyle.None option for scenarios where indentation is custom, inconsistent or the user does not like any of the 3 pipeline indentation styles.
Originally suggested by @vexx32 at the time when the rule was a bit buggy.
PR Checklist
- PR has a meaningful title
- Use the present tense and imperative mood when describing your changes
- Summarized changes
- Change is not breaking
- Make sure all
.cs,.ps1and.psm1files have the correct copyright header - Make sure you've added a new test if existing tests do not effectively test the code changed and/or updated documentation
- This PR is ready to merge and is not Work in Progress.
- If the PR is work in progress, please add the prefix
WIP:to the beginning of the title and remove the prefix when the PR is ready.
- If the PR is work in progress, please add the prefix
…ion is custom, inconsistent or the user does not like any of the 3 pipeline indentation styles
bergmeister
added
the
Area - Formatter
label
bergmeister
requested review from
JamesWTruher and
rjmholt
rjmholt
approved these changes
bergmeister
merged commit
ea49400
into
PowerShell:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment