From: stevenknight Date: Mon, 9 Feb 2009 21:30:53 +0000 (+0000) Subject: Restore emacs + vim settings lines. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e864c1350abaf7096a355028b65293c5ccbb43f9;p=scons.git Restore emacs + vim settings lines. git-svn-id: http://scons.tigris.org/svn/scons/trunk@3992 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/CPPPATH/absolute-path.py b/test/CPPPATH/absolute-path.py index 1912f4f6..1fe62300 100644 --- a/test/CPPPATH/absolute-path.py +++ b/test/CPPPATH/absolute-path.py @@ -94,3 +94,9 @@ test.write(['include', 'inc2.h'], """\ test.not_up_to_date(chdir = 'work', arguments = '.') test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: