File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -328,11 +328,11 @@ class PSDocumentFormattingEditProvider implements DocumentFormattingEditProvider
328328 case "PSPlaceOpenBrace" :
329329 ruleSettings [ "OnSameLine" ] = psSettings . codeFormatting . openBraceOnSameLine ;
330330 ruleSettings [ "NewLineAfter" ] = psSettings . codeFormatting . newLineAfterOpenBrace ;
331- ruleSettings [ "ignoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
331+ ruleSettings [ "IgnoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
332332 break ;
333333
334334 case "PSPlaceCloseBrace" :
335- ruleSettings [ "ignoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
335+ ruleSettings [ "IgnoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
336336 break ;
337337
338338 case "PSUseConsistentIndentation" :
You can’t perform that action at this time.
0 commit comments