Skip to content

Commit e499000

Browse files
committed
style(tslint): use tabs instead of spaces in rule indent
1 parent 9773a53 commit e499000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"import-spacing": true,
2424
"indent": [
2525
true,
26-
"spaces"
26+
"tabs"
2727
],
2828
"interface-over-type-literal": true,
2929
"label-position": true,

0 commit comments

Comments
 (0)