We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e90789 commit 1006ceeCopy full SHA for 1006cee
Engine/Settings/CodeFormattingStroustrup.psd1
@@ -11,14 +11,14 @@
11
Rules = @{
12
PSPlaceOpenBrace = @{
13
Enable = $true
14
- OnSameLine = $false
+ OnSameLine = $true
15
NewLineAfter = $true
16
IgnoreOneLineBlock = $true
17
}
18
19
PSPlaceCloseBrace = @{
20
21
- NewLineAfter = $false
+ NewLineAfter = $true
22
23
NoEmptyLineBefore = $false
24
0 commit comments