Skip to content

Commit 7cff264

Browse files
author
Kapil Borle
committed
Update code formatting presets
1 parent 00352f3 commit 7cff264

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Engine/Settings/CodeFormatting.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
PSUseConsistentIndentation = @{
2626
Enable = $true
27+
Kind = 'space'
2728
IndentationSize = 4
2829
}
2930

Engine/Settings/CodeFormattingAllman.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
PSUseConsistentIndentation = @{
2626
Enable = $true
27+
Kind = 'space'
2728
IndentationSize = 4
2829
}
2930

Engine/Settings/CodeFormattingOTBS.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
PSUseConsistentIndentation = @{
2626
Enable = $true
27+
Kind = 'space'
2728
IndentationSize = 4
2829
}
2930

Engine/Settings/CodeFormattingStroustrup.psd1

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
PSUseConsistentIndentation = @{
2727
Enable = $true
28+
Kind = 'space'
2829
IndentationSize = 4
2930
}
3031

0 commit comments

Comments
 (0)