Codebase list fcitx-qt5 / 5655229a-3898-4b95-9e38-484b405996fe/main clang-format.sh
5655229a-3898-4b95-9e38-484b405996fe/main

Tree @5655229a-3898-4b95-9e38-484b405996fe/main (Download .tar.gz)

clang-format.sh @5655229a-3898-4b95-9e38-484b405996fe/main

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