Stopping checkstyle from worrying about whether operators are at the end of a line or at the start of the line. I doubt it's something we care enough to standardise on.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2003-04-18 15:21:03 +00:00
parent 23acc6804d
commit e11a2eb63d
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ checkstyle.lcurly.type=ignore
checkstyle.lcurly.method=ignore
checkstyle.lcurly.other=ignore
checkstyle.maxlinelen=120
checkstyle.wrap.operator=ignore