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:
parent
ffdfffb8f2
commit
8e9dd9e158
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue