I updated my intellij
include File Header
to look as following:
/**
* @author ${USER}
* on ${DATE}
*/
but when I create new file I get:
/**
* @author jas
* on 31/03/15
*/
as you see the on
is shifted to the right. What did I do wrong on my template?
您可以进入Settings
-> Editor
-> Code Style
-> Java
,找到JavaDoc
选项卡并禁用Enable JavaDoc Formatting
The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.