svn commit: r272778 - head/etc/mtree

Garrett Cooper ngie at FreeBSD.org
Thu Oct 9 00:37:58 UTC 2014


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:


More information about the svn-src-all mailing list