Is there a comment tag in which I can enclose a section (of php code) which the auto formatter will ignore?
Sometimes I use a unique indention style for a tricky section of php code. For example if I pass several arrays i initialize in-line. It is sometimes the only way to keep things readable. Unfortunately this is lost after applying the code formatter.