Codebase list fcitx-qt5 / upstream/1.2.7+git20221117.1.21e86ba clang-format.sh
upstream/1.2.7+git20221117.1.21e86ba

Tree @upstream/1.2.7+git20221117.1.21e86ba (Download .tar.gz)

clang-format.sh @upstream/1.2.7+git20221117.1.21e86ba

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