Example: ```js if (1) { echo 'foo'; } ``` I expect this to indent as: ```js if (1) { echo 'foo'; } ``` It appears to handle the bracket inline just fine though: ```js if (1) { echo 'foo'; } ```