svn commit: r273506 - stable/10/etc/mtree

Garrett Cooper ngie at FreeBSD.org
Thu Oct 23 01:09:02 UTC 2014


Author: ngie
Date: Thu Oct 23 01:09:01 2014
New Revision: 273506
URL: https://svnweb.freebsd.org/changeset/base/273506

Log:
  MFC r272778:
  
    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).
  
    Sponsored by: EMC / Isilon Storage Division

Modified:
  stable/10/etc/mtree/BSD.tests.dist
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/etc/mtree/BSD.tests.dist
==============================================================================
--- stable/10/etc/mtree/BSD.tests.dist	Thu Oct 23 01:08:31 2014	(r273505)
+++ stable/10/etc/mtree/BSD.tests.dist	Thu Oct 23 01:09:01 2014	(r273506)
@@ -278,3 +278,5 @@
         ..
     ..
 ..
+
+# vim: set expandtab ts=4 sw=4:


More information about the svn-src-stable mailing list