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

8 lines
205 B
Plaintext

<cfcomponent output="no">
<cffunction name="init" output="false" returntype="any">
<cfscript>
variables.instance = structNew();
return this;
</cfscript>
</cffunction>
</cfcomponent>