]> git.madduck.net Git - code/myrepos.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add emacs settings to match vim settings - helps keep code style consistent.
authorAdam Spiers <mr@adamspiers.org>
Fri, 11 Nov 2011 14:39:29 +0000 (14:39 +0000)
committerJoey Hess <joey@kitenet.net>
Sun, 4 Dec 2011 20:50:49 +0000 (16:50 -0400)
(cherry picked from commit a64e990a37ceb5ce2b200645ebc0aabe67d3626e)

mr

diff --git a/mr b/mr
index ff5b60d867c620bf0d00abae2f0eb8d36e86f756..b503fa710b16cfb1f8c176aa044f34df311a5ebf 100755 (executable)
--- a/mr
+++ b/mr
@@ -1970,3 +1970,7 @@ T = echo "I pity the fool."
 right = echo "Not found."
 
 # vim:sw=8:sts=0:ts=8:noet
 right = echo "Not found."
 
 # vim:sw=8:sts=0:ts=8:noet
+# Local variables:
+# indent-tabs-mode: t
+# cperl-indent-level: 8
+# End: