简体   繁体   中英

why is my intellij customized include file header “on/date” template is shifted to the right?

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.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM