Making My ColdFusion Tags More Consistent

<!--- Read in file contents. --->
<cffile
	variable="strFileData"
	action="read"
	file="#ExpandPath( './test.cfm' )#"
	/>

For Cut-and-Paste