Skip to content

Commit ca748d6

Browse files
committed
Add insertSpaceAfterTypeAssertion to the server protocol
1 parent d68b436 commit ca748d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/protocol.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2267,6 +2267,7 @@ namespace ts.server.protocol {
22672267
insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces?: boolean;
22682268
insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces?: boolean;
22692269
insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces?: boolean;
2270+
insertSpaceAfterTypeAssertion?: boolean;
22702271
insertSpaceBeforeFunctionParenthesis?: boolean;
22712272
placeOpenBraceOnNewLineForFunctions?: boolean;
22722273
placeOpenBraceOnNewLineForControlBlocks?: boolean;

0 commit comments

Comments
 (0)