Codebase list fcitx-qt5 / 87bafb03-4be9-4870-a7f9-8d9ee35dfcb7/main clang-format.sh
87bafb03-4be9-4870-a7f9-8d9ee35dfcb7/main

Tree @87bafb03-4be9-4870-a7f9-8d9ee35dfcb7/main (Download .tar.gz)

clang-format.sh @87bafb03-4be9-4870-a7f9-8d9ee35dfcb7/mainraw · 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