Julien Falque

Results 149 comments of Julien Falque

#6473 should fix wrong indentation after a control structure within a switch case. I'll have a look at other cases shortly.

@alexander-schranz This one looks expected to me: the first `addOption` call is not on a newline so there is no reason to indent arguments twice. What about moving the first...

I need to have a look at @phil-davis' link but I think the main remaining issue is indentation in PHP within HTML, which might be tricky.

@mvorisek I can't reproduce this one, can you try with latest `master`? Also, please submit new issues for new cases, tracking which cases is fixed or not here is becoming...

Not sure I would merge this PR yet, it improves the behavior in some cases but prevents others from being allowed, e.g. this does not seem to be allowed anymore:...

Current Travis failure seems to be a bug in PHP. I have submitted a [bug report on PHP tracker](https://bugs.php.net/bug.php?id=79393).