mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-09 16:52:00 +01:00
Fine tune indent rules
This commit is contained in:
parent
11c3a16036
commit
b3ffba7238
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ rules:
|
||||||
- 4
|
- 4
|
||||||
- ignoredNodes:
|
- ignoredNodes:
|
||||||
- Program > BlockStatement
|
- Program > BlockStatement
|
||||||
- Program > IfStatement > BlockStatement
|
|
||||||
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
- Program > ExpressionStatement > CallExpression > ArrowFunctionExpression > BlockStatement
|
||||||
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
|
- Program > ExpressionStatement > CallExpression > FunctionExpression > BlockStatement
|
||||||
|
- Program > IfStatement > BlockStatement
|
||||||
|
- Program > VariableDeclaration > VariableDeclarator > CallExpression > ArrowFunctionExpression > BlockStatement
|
||||||
- CallExpression > MemberExpression
|
- CallExpression > MemberExpression
|
||||||
- ArrayExpression > *
|
- ArrayExpression > *
|
||||||
- ObjectExpression > *
|
- ObjectExpression > *
|
||||||
|
|
Loading…
Reference in a new issue