indented.

This commit is contained in:
skarg
2007-11-29 16:39:48 +00:00
parent 06d23fcf1f
commit 1477603af6
123 changed files with 1994 additions and 1688 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
[ -x /usr/bin/dos2unix ] || exit 0
INDENTRC=".indent.pro"
if [ ! -x ${INDENTRC} ]
if [ ! -e ${INDENTRC} ]
then
echo No ${INDENTRC} file found. Creating ${INDENTRC} file.
echo "-kr -nut -nlp -ip4 -cli4 -bfda -nbc -nbbo -c0 -cd0 -cp0 -di0 -l79 -nhnl" > ${INDENTRC}