Changing checkstyle configuration to the new style
This commit is contained in:
parent
feac2ad415
commit
7fb5d921e3
|
@ -67,9 +67,9 @@ under the License.
|
||||||
<module name="CovariantEquals"/>
|
<module name="CovariantEquals"/>
|
||||||
<!-- Checks the style of array type definitions. -->
|
<!-- Checks the style of array type definitions. -->
|
||||||
<module name="ArrayTypeStyle"/>
|
<module name="ArrayTypeStyle"/>
|
||||||
<!-- Make sure left curly braces are on a new line. Note, this is not the recommendation from Sun. It is a legacy preference. -->
|
<!-- Make sure left curly braces are on the same line. -->
|
||||||
<module name="LeftCurly">
|
<module name="LeftCurly">
|
||||||
<property name="option" value="nl"/>
|
<property name="option" value="eol"/>
|
||||||
</module>
|
</module>
|
||||||
<!-- Make sure right curly braces are on a new line by itself. Note, this is not the recommendation from Sun. It is a legacy preference. -->
|
<!-- Make sure right curly braces are on a new line by itself. Note, this is not the recommendation from Sun. It is a legacy preference. -->
|
||||||
<module name="RightCurly">
|
<module name="RightCurly">
|
||||||
|
|
Loading…
Reference in New Issue