whitespace
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -11,6 +11,7 @@
|
|||||||
"search.exclude": {
|
"search.exclude": {
|
||||||
"**/Tests/Data*": true
|
"**/Tests/Data*": true
|
||||||
},
|
},
|
||||||
|
|
||||||
//-------- PowerShell configuration --------
|
//-------- PowerShell configuration --------
|
||||||
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
"powershell.codeFormatting.alignPropertyValuePairs": true,
|
||||||
"powershell.codeFormatting.preset": "Allman",
|
"powershell.codeFormatting.preset": "Allman",
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ taskx BuildManifest @{
|
|||||||
if($false -eq $command.Parameters[$parameter].IsDynamic)
|
if($false -eq $command.Parameters[$parameter].IsDynamic)
|
||||||
{
|
{
|
||||||
'{0}:{1}' -f $command.Name, $command.Parameters[$parameter].Name
|
'{0}:{1}' -f $command.Name, $command.Parameters[$parameter].Name
|
||||||
foreach ($alias in $command.Parameters[$parameter].Aliases)
|
foreach ($alias in $command.Parameters[$parameter].Aliases)
|
||||||
{
|
{
|
||||||
'{0}:{1}' -f $command.Name, $alias
|
'{0}:{1}' -f $command.Name, $alias
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user