Adjusted vim modeline.

This commit is contained in:
Jocelyn Le Sage 2023-04-04 12:21:21 -04:00
parent c5d1e078fe
commit 8ba2a096b4
3 changed files with 4 additions and 2 deletions

View File

@ -14,4 +14,4 @@ fi
SND_GRP="$(find "$SND_DEV" -maxdepth 1 -not -type d -exec stat -c "%g" {} \; | sort -u | tail -n1)"
echo "sound device group $SND_GRP."
# vim: set ft=sh :
# vim:ft=sh:ts=4:sw=4:et:sts=4

View File

@ -57,4 +57,4 @@ do
fi
done
# vim: set ft=sh :
# vim:ft=sh:ts=4:sw=4:et:sts=4

View File

@ -42,3 +42,5 @@ do
echo "user_pref(\"$PNAME\", $PVAL);" >> "$PREF_FILE"
fi
done
# vim:ft=sh:ts=4:sw=4:et:sts=4