mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
add objective-c files to astyle
This commit is contained in:
parent
85a7d5cb78
commit
970fc4f39f
@ -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
|
||||
|
||||
@ -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)
|
||||
;;
|
||||
|
||||
*)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user