atom-beautify/examples/nested-jsbeautifyrc/coldfusion/original/test.cfc

9 lines
182 B
Plaintext
Raw Normal View History

2015-12-18 12:27:46 -07:00
<cfcomponent output="no">
<cffunction name="init" output="false" returntype="any">
<cfscript>
variables.instance = structNew();
return this;
</cfscript>
</cffunction>
</cfcomponent>