mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-16 23:42:39 +01:00
Fine tune indent rules
This commit is contained in:
parent
11c3a16036
commit
b3ffba7238
@ -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 New Issue
Block a user