Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2014 00:37:58 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272778 - head/etc/mtree
Message-ID:  <201410090037.s990bwxB013879@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Thu Oct  9 00:37:58 2014
New Revision: 272778
URL: https://svnweb.freebsd.org/changeset/base/272778

Log:
  Set the autoindent to 4 spaces with vim in BSD.tests.dist
  
  This will prevent vim users from accidentally checking in buggy mtree files
  (mixed tabs/spaces).
  
  MFC after: 2 weeks
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/etc/mtree/BSD.tests.dist

Modified: head/etc/mtree/BSD.tests.dist
==============================================================================
--- head/etc/mtree/BSD.tests.dist	Thu Oct  9 00:32:33 2014	(r272777)
+++ head/etc/mtree/BSD.tests.dist	Thu Oct  9 00:37:58 2014	(r272778)
@@ -296,3 +296,5 @@
         ..
     ..
 ..
+
+# vim: set expandtab ts=4 sw=4:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410090037.s990bwxB013879>