Skip to content

Script formatting should allow setting for space between keyword and opening paren #446

Closed
@rkeithhill

Description

@rkeithhill

For instance, I prefer to see:

if (Test-Path foo) {
   "Foo exists!"
}

instead of

if(Test-Path foo) {
   "Foo exists!"
}

Same would apply to other keywords: elseif, for, foreach, while, switch, etc.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions