Codebase list fcitx-qt5 / upstream/1.2.4 clang-format.sh
upstream/1.2.4

Tree @upstream/1.2.4 (Download .tar.gz)

clang-format.sh @upstream/1.2.4raw · 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