Add arclint for xml files

This commit is contained in:
Eitan Adler 2014-06-02 00:27:16 +00:00
parent 4f2c057200
commit 5809f49acf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44992

8
.arclint Normal file
View file

@ -0,0 +1,8 @@
{
"linters": {
"everything": {
"type": "xml",
"include": "(\\.xml$)"
}
}
}