Subject: | Vim modeline for Memoize.pm |
The unusual indenting style in Memoize.pm (mixed spaces and tabs) makes
it very hard to read if your client is configured differently.
Attached patch adds a modeline to Memoize.pm so that it will
automatically display correctly when viewed with Vim.
Subject: | memoize-modeline.patch |
diff --git a/lib/Memoize.pm b/lib/Memoize.pm
index a7f29de..fb5c143 100644
--- a/lib/Memoize.pm
+++ b/lib/Memoize.pm
@@ -1045,3 +1045,5 @@ this module in the core and for his patient and helpful guidance
during the integration process.
=cut
+
+# vim ts=8 sw=2 noexpandtab