Skip to content

Commit 8e9dd9e

Browse files
committed
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
1 parent ffdfffb commit 8e9dd9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ limitations under the License.
3636
<!-- Checks for Tab characters -->
3737
<!-- See http://checkstyle.sourceforge.net/config_whitespace.html#FileTabCharacter -->
3838
<module name="FileTabCharacter">
39-
<property name="fileExtensions" value="java" />
39+
<property name="fileExtensions" value="java,xml" />
4040
</module>
4141

4242
<!-- Checks for white space at the end of the line -->

0 commit comments

Comments
 (0)