Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Engine/Settings/CodeFormatting.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
}

PSUseConsistentIndentation = @{
Enable = $true
Kind = 'space'
Enable = $true
Kind = 'space'
PipelineIndentation = 'IncreaseIndentationForFirstPipeline'
IndentationSize = 4
IndentationSize = 4
}

PSUseConsistentWhitespace = @{
Enable = $true
CheckInnerBrace = $true
CheckOpenBrace = $true
CheckOpenParen = $true
CheckOperator = $true
CheckOperator = $false
CheckPipe = $true
CheckPipeForRedundantWhitespace = $false
CheckSeparator = $true
Expand All @@ -47,8 +47,8 @@
CheckHashtable = $true
}

PSUseCorrectCasing = @{
Enable = $true
PSUseCorrectCasing = @{
Enable = $true
}
}
}
12 changes: 6 additions & 6 deletions Engine/Settings/CodeFormattingAllman.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
}

PSUseConsistentIndentation = @{
Enable = $true
Kind = 'space'
Enable = $true
Kind = 'space'
PipelineIndentation = 'IncreaseIndentationForFirstPipeline'
IndentationSize = 4
IndentationSize = 4
}

PSUseConsistentWhitespace = @{
Enable = $true
CheckInnerBrace = $true
CheckOpenBrace = $true
CheckOpenParen = $true
CheckOperator = $true
CheckOperator = $false
CheckPipe = $true
CheckPipeForRedundantWhitespace = $false
CheckSeparator = $true
Expand All @@ -47,8 +47,8 @@
CheckHashtable = $true
}

PSUseCorrectCasing = @{
Enable = $true
PSUseCorrectCasing = @{
Enable = $true
}
}
}
12 changes: 6 additions & 6 deletions Engine/Settings/CodeFormattingOTBS.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
}

PSUseConsistentIndentation = @{
Enable = $true
Kind = 'space'
Enable = $true
Kind = 'space'
PipelineIndentation = 'IncreaseIndentationForFirstPipeline'
IndentationSize = 4
IndentationSize = 4
}

PSUseConsistentWhitespace = @{
Enable = $true
CheckInnerBrace = $true
CheckOpenBrace = $true
CheckOpenParen = $true
CheckOperator = $true
CheckOperator = $false
CheckPipe = $true
CheckPipeForRedundantWhitespace = $false
CheckSeparator = $true
Expand All @@ -47,8 +47,8 @@
CheckHashtable = $true
}

PSUseCorrectCasing = @{
Enable = $true
PSUseCorrectCasing = @{
Enable = $true
}
}
}
18 changes: 9 additions & 9 deletions Engine/Settings/CodeFormattingStroustrup.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -9,34 +9,34 @@
'PSUseCorrectCasing'
)

Rules = @{
PSPlaceOpenBrace = @{
Rules = @{
PSPlaceOpenBrace = @{
Enable = $true
OnSameLine = $true
NewLineAfter = $true
IgnoreOneLineBlock = $true
}

PSPlaceCloseBrace = @{
PSPlaceCloseBrace = @{
Enable = $true
NewLineAfter = $true
IgnoreOneLineBlock = $true
NoEmptyLineBefore = $false
}

PSUseConsistentIndentation = @{
Enable = $true
Kind = 'space'
Enable = $true
Kind = 'space'
PipelineIndentation = 'IncreaseIndentationForFirstPipeline'
IndentationSize = 4
IndentationSize = 4
}

PSUseConsistentWhitespace = @{
Enable = $true
CheckInnerBrace = $true
CheckOpenBrace = $true
CheckOpenParen = $true
CheckOperator = $true
CheckOperator = $false
CheckPipe = $true
CheckPipeForRedundantWhitespace = $false
CheckSeparator = $true
Expand All @@ -48,8 +48,8 @@
CheckHashtable = $true
}

PSUseCorrectCasing = @{
Enable = $true
PSUseCorrectCasing = @{
Enable = $true
}
}
}