Skip to content

Commit 6393cae

Browse files
committed
Set column width to 160.
I'm sure I could set it to unlimited, but 160 is the new 640Kb git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1719117 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9adf0d7 commit 6393cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
<property name="allowSubclasses" value="true"/>
4242
</module>
4343
<module name="LineLength">
44-
<property name="max" value="120"/>
44+
<property name="max" value="160"/>
4545
</module>
4646
<module name="JavadocMethod">
4747
<property name="allowUndeclaredRTE" value="true"/>

0 commit comments

Comments
 (0)