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 cbfbfe1 commit 6e984ebCopy full SHA for 6e984eb
src/services/services.ts
@@ -1267,7 +1267,7 @@ namespace ts {
1267
InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: boolean;
1268
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: boolean;
1269
InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: boolean;
1270
- InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces: boolean;
+ InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces?: boolean;
1271
PlaceOpenBraceOnNewLineForFunctions: boolean;
1272
PlaceOpenBraceOnNewLineForControlBlocks: boolean;
1273
[s: string]: boolean | number | string | undefined;
0 commit comments