Codebase list fcitx-qt5 / debian/1.2.3-2 clang-format.sh
debian/1.2.3-2

Tree @debian/1.2.3-2 (Download .tar.gz)

clang-format.sh @debian/1.2.3-2raw · history · blame

#!/bin/sh
find . \( -not \( -name 'fcitxqt*proxy.h' -o -name 'fcitxqt*proxy.cpp' \) \) -a \( -name '*.h' -o -name '*.cpp' \)  | xargs clang-format -i