We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a7d5c commit 970fc4fCopy full SHA for 970fc4f
scripts/astyle.sh
@@ -90,7 +90,7 @@ for f in "$@"; do
90
continue
91
;;
92
93
- *.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)
94
if [ -x "$f" ]; then
95
chmod a-x "$f"
96
fi
scripts/prepare-commit.sh
@@ -75,7 +75,7 @@ for f in $MODIFIED; do
75
(( i++ )) || true
76
77
case "$f" in
78
- *.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)
79
80
81
*)
0 commit comments