I have searched the FAQs and the other topics for how to alter what triggers an indent. I found one topic that explained how to go into the wordfile for C++ and change the /Indent Strings and /Unident Strings values. I'm trying to do this with php file where I want to have it indent after the initial <?php line. I thought it would be as simple as going in to the /Indent Strings and changing it from "{" to "{" "<?php" and changing the /Unident Strings from "}" to "}" "?>", but that does not seem to work. Can someone tell me how to modify the wordfile so that it indents after a "<?php" line and unindents after a ?> line?
Thanks,
Richard
Thanks,
Richard