changed xml editor formatter to stop putting whitespace before ending bracket.

pull/419/merge
William Kim 2013-07-15 09:50:27 -04:00 committed by Justin Richer
parent cf0c4a7f45
commit 084afbb019
1 changed files with 6 additions and 6 deletions

View File

@ -5,15 +5,15 @@
<module name="Checker">
<module name="TreeWalker">
<module name="AvoidStarImport" />
<module name="AvoidStarImport"/>
<module name="LineLength">
<property name="max" value="250" />
<property name="max" value="250"/>
</module>
<module name="RedundantImport" />
<module name="TodoComment" />
<module name="RedundantImport"/>
<module name="TodoComment"/>
<module name="TodoComment">
<property name="format" value="FIXME" />
<property name="format" value="FIXME"/>
</module>
<module name="UnusedImports" />
<module name="UnusedImports"/>
</module>
</module>