|
@@ -474,13 +474,13 @@ export abstract class FormatHelper extends Adapter {
|
|
IndentStyle: ts.IndentStyle.Smart,
|
|
IndentStyle: ts.IndentStyle.Smart,
|
|
NewLineCharacter: '\n',
|
|
NewLineCharacter: '\n',
|
|
InsertSpaceAfterCommaDelimiter: true,
|
|
InsertSpaceAfterCommaDelimiter: true,
|
|
- InsertSpaceAfterFunctionKeywordForAnonymousFunctions: false,
|
|
|
|
- InsertSpaceAfterKeywordsInControlFlowStatements: false,
|
|
|
|
- InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: true,
|
|
|
|
- InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: true,
|
|
|
|
- InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: true,
|
|
|
|
- InsertSpaceAfterSemicolonInForStatements: false,
|
|
|
|
|
|
+ InsertSpaceAfterSemicolonInForStatements: true,
|
|
InsertSpaceBeforeAndAfterBinaryOperators: true,
|
|
InsertSpaceBeforeAndAfterBinaryOperators: true,
|
|
|
|
+ InsertSpaceAfterKeywordsInControlFlowStatements: true,
|
|
|
|
+ InsertSpaceAfterFunctionKeywordForAnonymousFunctions: true,
|
|
|
|
+ InsertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis: false,
|
|
|
|
+ InsertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets: false,
|
|
|
|
+ InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: false,
|
|
PlaceOpenBraceOnNewLineForControlBlocks: false,
|
|
PlaceOpenBraceOnNewLineForControlBlocks: false,
|
|
PlaceOpenBraceOnNewLineForFunctions: false
|
|
PlaceOpenBraceOnNewLineForFunctions: false
|
|
};
|
|
};
|