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
Is the standard for DSC code to have a newline before and after if/ if else statement block?
This is not how I write my code and often I need to reformat it to get my PR approved.
If it is a standard, then I could do a custom PSScriptAnalyzerRule for that.
Hello,
Is the standard for DSC code to have a newline before and after if/ if else statement block?
This is not how I write my code and often I need to reformat it to get my PR approved.
If it is a standard, then I could do a custom PSScriptAnalyzerRule for that.