We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cddc72a commit 54fb29bCopy full SHA for 54fb29b
1 file changed
src/services/formatting/rules.ts
@@ -829,6 +829,7 @@ namespace ts.formatting {
829
switch (parent.kind) {
830
case SyntaxKind.TypeReference:
831
case SyntaxKind.TypeAssertionExpression:
832
+ case SyntaxKind.TypeAliasDeclaration:
833
case SyntaxKind.ClassDeclaration:
834
case SyntaxKind.ClassExpression:
835
case SyntaxKind.InterfaceDeclaration:
0 commit comments