TSLint: Enforce indentation with 2 spaces
Not sure if this rule actually works.
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
"align": [true, "arguments", "elements", "members", "parameters", "statements"],
|
"align": [true, "arguments", "elements", "members", "parameters", "statements"],
|
||||||
"array-type": [true, "generic"],
|
"array-type": [true, "generic"],
|
||||||
"import-spacing": false,
|
"import-spacing": false,
|
||||||
|
"indent": [true, "spaces", 2],
|
||||||
"interface-name": [true, "never-prefix"],
|
"interface-name": [true, "never-prefix"],
|
||||||
"max-line-length": [true, 90],
|
"max-line-length": [true, 90],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user