We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1857404 commit c0e3545Copy full SHA for c0e3545
Engine/Settings/CodeFormatting.psd1
@@ -2,8 +2,9 @@
2
IncludeRules = @(
3
'PSPlaceOpenBrace',
4
'PSPlaceCloseBrace',
5
+ 'PSUseConsistentWhitespace',
6
'PSUseConsistentIndentation',
- 'PSUseConsistentWhitespace'
7
+ 'PSAlignAssignmentStatement'
8
)
9
10
Rules = @{
@@ -30,5 +31,10 @@
30
31
CheckSeparator = $true
32
}
33
34
+ PSAlignAssignmentStatement = @{
35
+ Enable = $true
36
+ CheckHashtable = $true
37
+ CheckDSCConfiguration = $true
38
+ }
39
40
0 commit comments