File: indent.sh

package info (click to toggle)
pocketsphinx 5.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 51,236 kB
  • sloc: ansic: 54,519; python: 2,438; sh: 566; cpp: 410; perl: 342; yacc: 93; lex: 50; makefile: 30
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

# This is the equivalent of the following Emacs thing:
# -*- c-basic-offset: 4; indent-tabs-mode: nil -*-

find . -name '*.c' -print0 | xargs -0 indent -i4 -kr -psl -nce -nut