We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be97d03 commit b232159Copy full SHA for b232159
1 file changed
src/services/formatting/smartIndenter.ts
@@ -432,9 +432,11 @@ namespace ts.formatting {
432
case SyntaxKind.MethodSignature:
433
case SyntaxKind.CallSignature:
434
case SyntaxKind.ConstructSignature:
435
+ case SyntaxKind.Parameter:
436
case SyntaxKind.FunctionType:
437
+ case SyntaxKind.ConstructorType:
438
case SyntaxKind.UnionType:
- case SyntaxKind.Parameter:
439
+ case SyntaxKind.ParenthesizedType:
440
case SyntaxKind.TaggedTemplateExpression:
441
case SyntaxKind.AwaitExpression:
442
return true;
0 commit comments