diff --git a/Engine/Settings/CodeFormatting.psd1 b/Engine/Settings/CodeFormatting.psd1 index 0676fccf1..b2a8047cd 100644 --- a/Engine/Settings/CodeFormatting.psd1 +++ b/Engine/Settings/CodeFormatting.psd1 @@ -24,10 +24,10 @@ } PSUseConsistentIndentation = @{ - Enable = $true - Kind = 'space' + Enable = $true + Kind = 'space' PipelineIndentation = 'IncreaseIndentationForFirstPipeline' - IndentationSize = 4 + IndentationSize = 4 } PSUseConsistentWhitespace = @{ @@ -35,7 +35,7 @@ CheckInnerBrace = $true CheckOpenBrace = $true CheckOpenParen = $true - CheckOperator = $true + CheckOperator = $false CheckPipe = $true CheckPipeForRedundantWhitespace = $false CheckSeparator = $true @@ -47,8 +47,8 @@ CheckHashtable = $true } - PSUseCorrectCasing = @{ - Enable = $true + PSUseCorrectCasing = @{ + Enable = $true } } } diff --git a/Engine/Settings/CodeFormattingAllman.psd1 b/Engine/Settings/CodeFormattingAllman.psd1 index a0c649457..1cdb3d91c 100644 --- a/Engine/Settings/CodeFormattingAllman.psd1 +++ b/Engine/Settings/CodeFormattingAllman.psd1 @@ -24,10 +24,10 @@ } PSUseConsistentIndentation = @{ - Enable = $true - Kind = 'space' + Enable = $true + Kind = 'space' PipelineIndentation = 'IncreaseIndentationForFirstPipeline' - IndentationSize = 4 + IndentationSize = 4 } PSUseConsistentWhitespace = @{ @@ -35,7 +35,7 @@ CheckInnerBrace = $true CheckOpenBrace = $true CheckOpenParen = $true - CheckOperator = $true + CheckOperator = $false CheckPipe = $true CheckPipeForRedundantWhitespace = $false CheckSeparator = $true @@ -47,8 +47,8 @@ CheckHashtable = $true } - PSUseCorrectCasing = @{ - Enable = $true + PSUseCorrectCasing = @{ + Enable = $true } } } diff --git a/Engine/Settings/CodeFormattingOTBS.psd1 b/Engine/Settings/CodeFormattingOTBS.psd1 index 21f4c0995..ce9666baa 100644 --- a/Engine/Settings/CodeFormattingOTBS.psd1 +++ b/Engine/Settings/CodeFormattingOTBS.psd1 @@ -24,10 +24,10 @@ } PSUseConsistentIndentation = @{ - Enable = $true - Kind = 'space' + Enable = $true + Kind = 'space' PipelineIndentation = 'IncreaseIndentationForFirstPipeline' - IndentationSize = 4 + IndentationSize = 4 } PSUseConsistentWhitespace = @{ @@ -35,7 +35,7 @@ CheckInnerBrace = $true CheckOpenBrace = $true CheckOpenParen = $true - CheckOperator = $true + CheckOperator = $false CheckPipe = $true CheckPipeForRedundantWhitespace = $false CheckSeparator = $true @@ -47,8 +47,8 @@ CheckHashtable = $true } - PSUseCorrectCasing = @{ - Enable = $true + PSUseCorrectCasing = @{ + Enable = $true } } } diff --git a/Engine/Settings/CodeFormattingStroustrup.psd1 b/Engine/Settings/CodeFormattingStroustrup.psd1 index 34ea924a5..18d8f739f 100644 --- a/Engine/Settings/CodeFormattingStroustrup.psd1 +++ b/Engine/Settings/CodeFormattingStroustrup.psd1 @@ -9,15 +9,15 @@ 'PSUseCorrectCasing' ) - Rules = @{ - PSPlaceOpenBrace = @{ + Rules = @{ + PSPlaceOpenBrace = @{ Enable = $true OnSameLine = $true NewLineAfter = $true IgnoreOneLineBlock = $true } - PSPlaceCloseBrace = @{ + PSPlaceCloseBrace = @{ Enable = $true NewLineAfter = $true IgnoreOneLineBlock = $true @@ -25,10 +25,10 @@ } PSUseConsistentIndentation = @{ - Enable = $true - Kind = 'space' + Enable = $true + Kind = 'space' PipelineIndentation = 'IncreaseIndentationForFirstPipeline' - IndentationSize = 4 + IndentationSize = 4 } PSUseConsistentWhitespace = @{ @@ -36,7 +36,7 @@ CheckInnerBrace = $true CheckOpenBrace = $true CheckOpenParen = $true - CheckOperator = $true + CheckOperator = $false CheckPipe = $true CheckPipeForRedundantWhitespace = $false CheckSeparator = $true @@ -48,8 +48,8 @@ CheckHashtable = $true } - PSUseCorrectCasing = @{ - Enable = $true + PSUseCorrectCasing = @{ + Enable = $true } } }