'How do I customise the format/contents of a new file?

I'd like to have a "client owner" detail block at the top of each file so that future coders will have assistance in finding the right file to work on. How can I accomplish this in VS Code?

Here's an example of what I'd like a new .cfm file to look like when it first opens:

<cfsilent>
<!---
 ========================================================================================================
File:           .cfm     
Description:   
Client:       
Author: 
Date:        (today's date)
Revision history:    
        
 ========================================================================================================
--->
<cfscript>

</cfscript>
</cfsilent>

I used to do this years ago when I used Dreamworks for my work but I can't remember how I did it now.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source