Skip to content

Commit 7965231

Browse files
committed
Comment out NewlineAtEndOfFile for now
1 parent 675ab08 commit 7965231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/resources/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
<property name="localeLanguage" value="en"/>
2424
<module name="NewlineAtEndOfFile">
2525
<!-- Files are saved in the repository with LF line endings; on Windows, use git config core.autocrlf input -->
26-
<property name="lineSeparator" value="lf" />
26+
<!-- <property name="lineSeparator" value="lf" /> -->
2727
</module>
2828
<module name="FileTabCharacter">
2929
<property name="fileExtensions" value="java,xml"/>

0 commit comments

Comments
 (0)