I like to keep my code style as close to XenForo's as possible. This particular issue doesn't crop up very often, but enough to be annoying. This is what I'm talking about: http://i.imgur.com/sltDasu.png The top $input is correct. The bottom one I consider to be incorrect. The bottom one is an example of Continuation Indent being set to "4".
Another example that now works properly without the continuation indent: http://i.imgur.com/2EqbaZP.png And another: http://i.imgur.com/YPRoTTG.png
The annoying this is, when it gets the indentation wrong, I have to go back and fix it. Then if I reuse some of my code elsewhere by copying and pasting, it does the same thing again and has to be fixed. Now I don't need to worry.