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

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

clang-format.sh @upstream/1.2.2

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