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
328
328
case "PSPlaceOpenBrace" :
329
329
ruleSettings [ "OnSameLine" ] = psSettings . codeFormatting . openBraceOnSameLine ;
330
330
ruleSettings [ "NewLineAfter" ] = psSettings . codeFormatting . newLineAfterOpenBrace ;
331
- ruleSettings [ "ignoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
331
+ ruleSettings [ "IgnoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
332
332
break ;
333
333
334
334
case "PSPlaceCloseBrace" :
335
- ruleSettings [ "ignoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
335
+ ruleSettings [ "IgnoreOneLineBlock " ] = psSettings . codeFormatting . ignoreOneLineBlock ;
336
336
break ;
337
337
338
338
case "PSUseConsistentIndentation" :
You can’t perform that action at this time.
0 commit comments