There are no coding specifications on ColdFusion. Sean Corfield wrote one for Macromediaโs internal development departments, which some people use, but in fact there is no set of coding rules and rules that the community adheres to. Thus, there is no plugin to verify that your code follows these rules.
However, if you have standards that you prefer / apply in your company or team, then you can use code formatting in ColdFusion Builder 2 ( still in public beta now ) to quickly check / update the source files.
You set the formatting rules in the Eclipse settings, and then you can start the formatter from the menu: Change> Format (keyboard shortcut: cmd / control + shift + F)
source share