aboutsummaryrefslogtreecommitdiffstats
path: root/indent.sh
blob: 30dd2fa341222917d452c737ff3ad58a8fe572e3 (plain)
1
2
3
4
5
6
7
#! /bin/bash

# -kr    Use Kernighan & Ritchie coding style.
# -l150  Set maximum line length for non-comment lines to 150.

indent -kr -l150 *.c *.h