com.puppycrawl.tools.checkstyle.checks.whitespace
public class TabCharacterCheck extends Check
Reports tab characters ('\t') in the source code.
Rationale:
An example of how to configure the check is:
<module name="TabCharacter"/>
Method Summary | |
---|---|
void | beginTree(DetailAST aRootAST) {@inheritDoc} |
int[] | getDefaultTokens() {@inheritDoc} |