Also check xml files for tabs

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1582833 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2014-03-28 17:09:20 +00:00
parent ffdfffb8f2
commit 8e9dd9e158
1 changed files with 1 additions and 1 deletions

View File

@ -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 -->