File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 89
89
"source-map" : " ^0.4.4" ,
90
90
"tslint" : " ^3.3.0" ,
91
91
"typescript" : " ^2.0.3" ,
92
+ "typescript-formatter" : " git+https://github.com/jrieken/typescript-formatter.git#4992493" ,
92
93
"uglify-js" : " 2.4.8" ,
93
94
"underscore" : " ^1.8.2" ,
94
95
"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