Merge pull request #930 from thelounge/astorije/indent-multiline-chain
Make sure multiline chains of calls are correctly indented
This commit is contained in:
commit
213a4b0f13
@ -17,7 +17,7 @@ rules:
|
||||
dot-notation: 2
|
||||
eqeqeq: 2
|
||||
handle-callback-err: 2
|
||||
indent: [2, tab]
|
||||
indent: [2, tab, { "MemberExpression": 1 }]
|
||||
key-spacing: [2, {beforeColon: false, afterColon: true}]
|
||||
keyword-spacing: [2, {before: true, after: true}]
|
||||
linebreak-style: [2, unix]
|
||||
|
Loading…
Reference in New Issue
Block a user