Skip to content
Snippets Groups Projects
Commit 655d64bd authored by athatheo's avatar athatheo
Browse files

Merge branch 'add-tpp-to-clang-format' into 'master'

Add .tpp files to files checked by clang-format

See merge request acubesat/obc/ecss-services!84
parents b18f1e00 ea27f1f2
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,5 @@ ...@@ -10,5 +10,5 @@
echo -e "\033[0;34mRunning clang-format...\033[0m" echo -e "\033[0;34mRunning clang-format...\033[0m"
cd "$(dirname "$0")" || exit cd "$(dirname "$0")" || exit
clang-format -style=file -i "$(find ../src/ ../inc/ ../test/ -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|c|h)')" \ clang-format -style=file -i "$(find ../src/ ../inc/ ../test/ -type f -regextype posix-egrep -regex '.*\.(cpp|hpp|tpp|c|h)')" \
-verbose "$@" -verbose "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment