Closed canemacchina closed 5 years ago
After running tslint --fix, this is the diff:
tslint --fix
} - public pause (): void { + + public pause (): void {
As you can see, the rule insert two space, and not four (my tslint.conf have "indent": [ true, "spaces", 4 ])
"indent": [ true, "spaces", 4 ]
I think this should have been resolved by the fix for #21 - let me know if you still experience this problem after updating to 1.3.4
After running
tslint --fix
, this is the diff:As you can see, the rule insert two space, and not four (my tslint.conf have
"indent": [ true, "spaces", 4 ]
)