]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/findparam.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / scripts / findparam.pl
index 900920f8c3234f500bca52f6bff2488e83078497..0a559d168f8ca0761ca43dd224844ea62edcf8af 100644 (file)
@@ -70,3 +70,5 @@ print "Conf:\n";
 foreach (sort keys %conf) {
     print "    $_\n";
 }
+
+# vim:ts=4:sw=4:expandtab:tw=80