From: Adam Spiers Date: Fri, 11 Nov 2011 14:39:29 +0000 (+0000) Subject: Add emacs settings to match vim settings - helps keep code style consistent. X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/1c1951da6ff532d6d5961858181a87d34b78b346?ds=sidebyside Add emacs settings to match vim settings - helps keep code style consistent. (cherry picked from commit a64e990a37ceb5ce2b200645ebc0aabe67d3626e) --- diff --git a/mr b/mr index ff5b60d..b503fa7 100755 --- 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 +# Local variables: +# indent-tabs-mode: t +# cperl-indent-level: 8 +# End: