Skip to content

Commit aeff3f0

Browse files
bergmeisterrjmholt
authored andcommitted
Fix PipelineIndentation configuration issue (#1050)
1 parent 17e8aab commit aeff3f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PowerShellEditorServices.Protocol/Server/LanguageServerSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ private Hashtable GetCustomPSSASettingsHashtable(int tabSize, bool insertSpaces)
264264
{"PSUseConsistentIndentation", new Hashtable {
265265
{"Enable", true},
266266
{"IndentationSize", tabSize},
267+
{"PipelineIndentation", PipelineIndentationStyle },
267268
{"Kind", insertSpaces ? "space" : "tab"}
268269
}},
269270
{"PSUseConsistentWhitespace", new Hashtable {

0 commit comments

Comments
 (0)