You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2014/03/28 18:09:21 UTC

svn commit: r1582833 - /commons/proper/csv/trunk/checkstyle.xml

Author: sebb
Date: Fri Mar 28 17:09:20 2014
New Revision: 1582833

URL: http://svn.apache.org/r1582833
Log:
Also check xml files for tabs

Modified:
    commons/proper/csv/trunk/checkstyle.xml

Modified: commons/proper/csv/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/checkstyle.xml?rev=1582833&r1=1582832&r2=1582833&view=diff
==============================================================================
--- commons/proper/csv/trunk/checkstyle.xml (original)
+++ commons/proper/csv/trunk/checkstyle.xml Fri Mar 28 17:09:20 2014
@@ -36,7 +36,7 @@ limitations under the License.
   <!-- Checks for Tab characters -->
   <!-- See http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter -->
   <module name="FileTabCharacter">
-    <property name="fileExtensions" value="java" />
+    <property name="fileExtensions" value="java,xml" />
   </module>
 
   <!-- Checks for white space at the end of the line -->