1#!/bin/bash 2 3find . -name "*.c" -o -name "*.h" -o -name "*.cpp" | xargs clang-format -style=LLVM -i 4