File: format-code.sh

package info (click to toggle)
tint2 17.0.1-1.2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 4,052 kB
  • sloc: ansic: 31,056; python: 1,774; xml: 497; sh: 309; makefile: 26
file content (3 lines) | stat: -rwxr-xr-x 101 bytes parent folder | download | duplicates (4)
1
2
3
#!/bin/bash

find . '(' -name '*.h' -o -name '*.c' ')' -exec clang-format-3.7 -style=file -i '{}' \;