]> git.donarmstrong.com Git - infobot.git/blobdiff - scripts/showvars.pl
* Add vim formatting comments ( # vim:ts=4:sw=4:expandtab:tw=80 )
[infobot.git] / scripts / showvars.pl
index 22c55acb817cfd6900662d0554f341bc2bc31f63..80b9c35ef6fbee2ce7a6f956aefeed08d2e22c51 100644 (file)
@@ -108,3 +108,5 @@ sub print_indented {
     $spaces = ":  " x $level;
     print "${spaces}$_[0]\n";
 }
+
+# vim:ts=4:sw=4:expandtab:tw=80