Intellij IDE Malforms Header Comment

已回答

My team has a standardized header for our Java files. Example shown below 

/*
 * ###############################
 * # Date | Author | Description #
 * ###############################
 * # date |name    | sample desc #
 * ###############################
 */

I tried adding the above as a default header to be created for all new java files. But Intellij does strange formatting and completely Malforms the header to something like below. 

 

How do I prevent intellij from malforming the template like so? Is # a reserved symbol?

 

/*
 * * # Date | author | description
 * * # date | name   | sample desc
 * */
0

请先登录再写评论。