In a html file, there is some code used custom template-language:
It's worth noting that the formatter control does not appear to work in javadoc comments. It needs to be either in a regular C or C++-style comment. So // @formatter:off works /* @formatter:off */ also works, but /** @formatter:off */ does not.
// @formatter:off
/* @formatter:off */
/** @formatter:off */