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