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

8 lines
205 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>
2015-12-18 12:27:46 -07:00
</cfcomponent>