We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45bd2d commit d0aeb49Copy full SHA for d0aeb49
es5.js
@@ -105,7 +105,7 @@ module.exports = {
105
SwitchCase: 1,
106
// continuation indent
107
VariableDeclarator: 1, // indent is multiplier * indent = 1 * 2
108
- MemberExpression: 2, // indent is multiplier * indent = 1 * 2
+ MemberExpression: 2, // indent is multiplier * indent = 2 * 2
109
FunctionDeclaration: {parameters: 2},
110
FunctionExpression: {parameters: 2},
111
CallExpression: {arguments: 2}
0 commit comments