We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416c96a commit 69785a1Copy full SHA for 69785a1
1 file changed
Engine/Settings/CodeFormatting.psd1
@@ -3,7 +3,7 @@
3
'PSPlaceOpenBrace',
4
'PSPlaceCloseBrace',
5
'PSUseConsistentIndentation',
6
- 'PSUseWhitespace'
+ 'PSUseConsistentWhitespace'
7
)
8
9
Rules = @{
@@ -21,8 +21,8 @@
21
Enable = $true
22
IndentationSize = 4
23
}
24
-
25
- PSUseConsistentWhitespace = @{
+
+ PSUseConsistentWhitespace = @{
26
27
CheckOpenBrace = $true
28
CheckOpenParen = $true
0 commit comments