Skip to content

Commit

Permalink
add objective-c files to astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 3, 2018
1 parent 85a7d5c commit 970fc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/astyle.sh
Expand Up @@ -90,7 +90,7 @@ for f in "$@"; do
continue
;;

*.cpp|*.h|*.c|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp)
*.cpp|*.h|*.c|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp|*.mm)
if [ -x "$f" ]; then
chmod a-x "$f"
fi
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare-commit.sh
Expand Up @@ -75,7 +75,7 @@ for f in $MODIFIED; do
(( i++ )) || true

case "$f" in
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py)
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py|*.mm)
;;

*)
Expand Down

0 comments on commit 970fc4f

Please sign in to comment.