File: format.sh

package info (click to toggle)
zenity 4.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,712 kB
  • sloc: ansic: 6,043; perl: 533; sh: 92; xml: 75; makefile: 9
file content (3 lines) | stat: -rw-r--r-- 106 bytes parent folder | download | duplicates (3)
1
2
3
#!/bin/bash
find src -type f \( -iname '*.c' -or -iname '*.h' \) -exec clang-format -i -style=file {} \;