You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get-ItemProperty-Path $RegPath|ForEach-Object {
Process {
If (Test-PropertyExist-Object $PSItem-PropertyName "DisplayName") {
$PSItem
}
}
}
the code formatter gives this output:
Get-ItemProperty-Path $RegPath|ForEach-Object {
Process {
If (Test-PropertyExist-Object $PSItem-PropertyName "DisplayName") {
$PSItem
}
}
}
It should at least retain the proper indentation or fix it if we notice that the following lines in the pipeline are indented.
Sorry for stealing the description pattern ;)
Also: @kapilmb could you please have a look at this as you fixed the related issue mentioned above. That would be great!
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
System Details
$PSVersionTable
:Issue Description
Related to #448.
Currently for a block of code like this:
the code formatter gives this output:
It should at least retain the proper indentation or fix it if we notice that the following lines in the pipeline are indented.
Sorry for stealing the description pattern ;)
Also: @kapilmb could you please have a look at this as you fixed the related issue mentioned above. That would be great!
Thanks in advance :)
The text was updated successfully, but these errors were encountered: