File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8989 "source-map" : " ^0.4.4" ,
9090 "tslint" : " ^3.3.0" ,
9191 "typescript" : " ^2.0.3" ,
92+ "typescript-formatter" : " git+https://github.com/jrieken/typescript-formatter.git#4992493" ,
9293 "uglify-js" : " 2.4.8" ,
9394 "underscore" : " ^1.8.2" ,
9495 "vinyl" : " ^0.4.5" ,
Original file line number Diff line number Diff line change 1+ {
2+ "tabSize" : 4 ,
3+ "indentSize" : 4 ,
4+ "newLineCharacter" : " \n " ,
5+ "convertTabsToSpaces" : false ,
6+ "insertSpaceAfterCommaDelimiter" : true ,
7+ "insertSpaceAfterSemicolonInForStatements" : true ,
8+ "insertSpaceBeforeAndAfterBinaryOperators" : true ,
9+ "insertSpaceAfterKeywordsInControlFlowStatements" : true ,
10+ "insertSpaceAfterFunctionKeywordForAnonymousFunctions" : true ,
11+ "insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis" : false ,
12+ "insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets" : false ,
13+ "insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces" : false ,
14+ "placeOpenBraceOnNewLineForFunctions" : false ,
15+ "placeOpenBraceOnNewLineForControlBlocks" : false
16+ }
You can’t perform that action at this time.
0 commit comments