Merge branch 'master' of https://github.com/gnalck/TypeScript into gnalck-master

This commit is contained in:
Mohamed Hegazy
2016-09-13 20:51:20 -07:00
7 changed files with 23 additions and 4 deletions
+1
View File
@@ -1597,6 +1597,7 @@ namespace ts.server {
InsertSpaceAfterOpeningAndBeforeClosingNonemptyBraces: true,
InsertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces: false,
InsertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces: false,
InsertSpaceAfterTypeAssertion: false,
PlaceOpenBraceOnNewLineForFunctions: false,
PlaceOpenBraceOnNewLineForControlBlocks: false,
});