Skip to content
Snippets Groups Projects
Commit 84b79810 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Added generic new line property to checkstyle.xml.

New line property should now be valid for linux, windows and mac os
users.
parent b971a252
No related branches found
No related tags found
No related merge requests found
......@@ -104,5 +104,7 @@
<property name="headerFile" value="${checkstyle.header.file}" />
</module>
<module name="FileTabCharacter"/>
<module name="NewlineAtEndOfFile"/>
<module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="LF_CR_CRLF"/>
</module>
</module>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment