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 e1e0dd7 commit 631c508Copy full SHA for 631c508
src/features/DocumentFormatter.ts
@@ -229,7 +229,7 @@ class PSDocumentFormattingEditProvider implements DocumentFormattingEditProvider
229
case "PSUseConsistentIndentation":
230
ruleProperty = `${rule} = @{
231
Enable = \$true
232
- IndentationSize = ${settings.codeformatting.indentationSize}
+ IndentationSize = ${vscode.workspace.getConfiguration("editor").get<number>("tabSize")}
233
}`;
234
break;
235
0 commit comments