TSLint: Enforce indentation with 2 spaces
Not sure if this rule actually works.
This commit is contained in:
parent
04acdebe48
commit
a8bca9b8eb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
"align": [true, "arguments", "elements", "members", "parameters", "statements"],
|
||||
"array-type": [true, "generic"],
|
||||
"import-spacing": false,
|
||||
"indent": [true, "spaces", 2],
|
||||
"interface-name": [true, "never-prefix"],
|
||||
"max-line-length": [true, 90],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue