Skip to content

Commit

Permalink
Issue checkstyle#13005: LineLength check documentation incorrectly sh…
Browse files Browse the repository at this point in the history
…ows how to work with tabWidth property
  • Loading branch information
shamithDI committed May 21, 2023
1 parent 70946a8 commit 264b9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdocs/config_sizes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ import java.util.Arrays; // ok
The calculation of the length of a line takes into account the
number of expanded spaces for a tab character (<code>'\t'</code>). The default number
of spaces is <code>8</code>. To specify a different number of spaces, the user can set
<a href="config.html#TreeWalker"><code>TreeWalker</code></a> property
<a href="config.html#Checker"><code>Checker</code></a> property
<code>tabWidth</code> which applies to all Checks, including <code>LineLength</code>;
or can set property <code>tabWidth</code> for <code>LineLength</code> alone.
</li>
Expand Down

0 comments on commit 264b9d4

Please sign in to comment.