File Templates: line breaks not being used
Idea 8.1.3. I create a file header template and when I create a new file, all the lines are combined onto one long line, rather than being 4 separate lines as I defined it. Is there a special "hard" line break I need to put into the template to avoid this problem or something?
Code:
/**
* User: ${USER}
* Date: ${DATE}
* Time: ${TIME}
* Copyright (c) ${YEAR} McAfee, Inc. All Rights Reserved.
*/
gets inserted into the file like this...
Code:
/**
* User: jshanhol Date: Aug 31, 2009 Time: 11:13:48 AM Copyright (c) 2009 McAfee, Inc. All Rights Reserved.
*/