Updated astyle rules

This commit is contained in:
cketti 2012-04-25 17:02:24 +00:00
parent 2c8ae0644b
commit 8f4ede0c79
1 changed files with 2 additions and 2 deletions

View File

@ -179,7 +179,7 @@
</target>
<target name="astyle">
<exec executable="astyle" failonerror="true">
<arg line="--style=java --indent=spaces=4 --brackets=attach --convert-tabs --unpad-paren --pad-header --pad-oper --suffix=none --recursive 'src/com/fsck/k9/*.java'"/>
<arg line="--style=java --indent=spaces=4 --indent-switches --max-instatement-indent=4 --brackets=attach --add-brackets --convert-tabs --unpad-paren --pad-header --pad-oper --suffix=none --recursive 'src/com/fsck/k9/*.java' 'tests/src/com/fsck/k9/*.java'"/>
</exec>
</target>
<target name="help">