Enforce indentation
This commit is contained in:
parent
1404984668
commit
7b536961b2
|
@ -24,5 +24,10 @@
|
||||||
// Enforced coding style
|
// Enforced coding style
|
||||||
|
|
||||||
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
|
||||||
|
"indent": ["error", 4, { "SwitchCase": 1,
|
||||||
|
"CallExpression": { "arguments": "first" },
|
||||||
|
"ArrayExpression": "first",
|
||||||
|
"ObjectExpression": "first",
|
||||||
|
"ignoreComments": true }],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue