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