File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ function defaultFormatCodeOptions() {
5
5
TabSize : 4 ,
6
6
NewLineCharacter : os . EOL ,
7
7
ConvertTabsToSpaces : true ,
8
+ IndentStyle : ts . IndentStyle . Smart ,
8
9
InsertSpaceAfterCommaDelimiter : true ,
9
10
InsertSpaceAfterSemicolonInForStatements : true ,
10
11
InsertSpaceBeforeAndAfterBinaryOperators : true ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export function defaultFormatCodeOptions(): ts.FormatCodeOptions {
26
26
TabSize : 4 ,
27
27
NewLineCharacter : os . EOL ,
28
28
ConvertTabsToSpaces : true ,
29
+ IndentStyle : ts . IndentStyle . Smart ,
29
30
InsertSpaceAfterCommaDelimiter : true ,
30
31
InsertSpaceAfterSemicolonInForStatements : true ,
31
32
InsertSpaceBeforeAndAfterBinaryOperators : true ,
Original file line number Diff line number Diff line change 54
54
"immutable" : " ^3.7.3" ,
55
55
"json2dts" : " 0.0.1" ,
56
56
"mkdirp" : " ^0.5.0" ,
57
- "ntypescript" : " 1.201509200205 .1" ,
57
+ "ntypescript" : " 1.201510260605 .1" ,
58
58
"react" : " ^0.13.3" ,
59
59
"season" : " ^5.1.4" ,
60
60
"tsconfig" : " ^2.0.1" ,
You can’t perform that action at this time.
0 commit comments