Skip to content

Commit 54fb29b

Browse files
committed
format generic type alias
1 parent cddc72a commit 54fb29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/formatting/rules.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,7 @@ namespace ts.formatting {
829829
switch (parent.kind) {
830830
case SyntaxKind.TypeReference:
831831
case SyntaxKind.TypeAssertionExpression:
832+
case SyntaxKind.TypeAliasDeclaration:
832833
case SyntaxKind.ClassDeclaration:
833834
case SyntaxKind.ClassExpression:
834835
case SyntaxKind.InterfaceDeclaration:

0 commit comments

Comments
 (0)