Question
Controlling output's tab indenting
As a stickler for code semantics, I've noticed that my generated code will use indenting in my .cfm file, but if that .cfm file calls, say, a function from another file, and in the called .cfm file it has indenting to keep that file's output looking good, that when it gets pulled into the caller's output, the indenting becomes increased.
Has anyone come across a method to uniform this?
