Author: tfischer
Date: Fri Aug 24 02:36:31 2012
New Revision: 1376812
URL: http://svn.apache.org/viewvc?rev=1376812&view=rev
Log:
allow both windows and unix line feeds explicitly (depended on operation system
before)
Modified:
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
Modified:
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml?rev=1376812&r1=1376811&r2=1376812&view=diff
==============================================================================
---
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
(original)
+++
db/torque/torque4/trunk/torque-maven-parent/src/main/checkstyle/checkstyle.xml
Fri Aug 24 02:36:31 2012
@@ -65,7 +65,9 @@
<!-- Checks whether files end with a new line. -->
<!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->
- <module name="NewlineAtEndOfFile"/>
+ <module name="NewlineAtEndOfFile">
+ <property name="lineSeparator" value="lf"/>
+ </module>
<!-- Checks that property files contain the same keys. -->
<!-- See http://checkstyle.sf.net/config_misc.html#Translation -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]