File: clang-format.sh

package info (click to toggle)
fcitx-rime 0.3.2%2Bgit20221207-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 708 kB
  • sloc: cpp: 10,357; ansic: 530; makefile: 5; sh: 1
file content (2 lines) | stat: -rwxr-xr-x 190 bytes parent folder | download | duplicates (5)
1
2
#!/bin/sh
find . \( -not \( -name 'keynametable.h' -o -name 'keysymgen.h' -o -name 'keysymdef.h' -o -name 'XF86keysym.h' \) \) -a \( -name '*.h' -o -name '*.cpp' \)  | xargs clang-format -i