diff options
Diffstat (limited to '')
-rwxr-xr-x | indent.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ # -kr Use Kernighan & Ritchie coding style. # -l150 Set maximum line length for non-comment lines to 150. +# -pmt Preserve access and modification times on output files. -indent -kr -l150 *.c *.h +indent -kr -l150 -pmt *.c *.h |