Add insert...Braces Option to Server Protocol

Closes #13275
This commit is contained in:
Magnus Hiie
2017-03-01 18:48:08 +02:00
parent 97965574ed
commit 9ac2ea722d
3 changed files with 3 additions and 0 deletions

1
lib/protocol.d.ts vendored
View File

@@ -1742,6 +1742,7 @@ declare namespace ts.server.protocol {
insertSpaceAfterFunctionKeywordForAnonymousFunctions?: boolean;
insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis?: boolean;
insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets?: boolean;
insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces?: boolean;
insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces?: boolean;
insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces?: boolean;
insertSpaceBeforeFunctionParenthesis?: boolean;