Skip to content

Commit

Permalink
Format all the things.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsuk committed Nov 29, 2013
1 parent 1bbf696 commit bd3c4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ if [ "$modified" != "" ] ; then
fi

uncrustify --no-backup --replace -l OC+ -c uncrustify.cfg `find src \( -name "*.m" -o -name "*.h" \)`
uncrustify --no-backup --replace -l OC+ -c uncrustify.cfg `find mac \( -name "*.m" -o -name "*.h" \)`
uncrustify --no-backup --replace -l OC+ -c uncrustify.cfg `find ios \( -name "*.m" -o -name "*.h" \)`

0 comments on commit bd3c4b1

Please sign in to comment.