Skip to content

Commit 69785a1

Browse files
author
Kapil Borle
authored
Fix codeformatting settings file (#728)
* Fix rule name in `IncludeRules` * Fix indentation * Convert tabs to spaces
1 parent 416c96a commit 69785a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Engine/Settings/CodeFormatting.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'PSPlaceOpenBrace',
44
'PSPlaceCloseBrace',
55
'PSUseConsistentIndentation',
6-
'PSUseWhitespace'
6+
'PSUseConsistentWhitespace'
77
)
88

99
Rules = @{
@@ -21,8 +21,8 @@
2121
Enable = $true
2222
IndentationSize = 4
2323
}
24-
25-
PSUseConsistentWhitespace = @{
24+
25+
PSUseConsistentWhitespace = @{
2626
Enable = $true
2727
CheckOpenBrace = $true
2828
CheckOpenParen = $true

0 commit comments

Comments
 (0)