diff options
author | ngie <ngie@FreeBSD.org> | 2014-10-23 01:09:01 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2014-10-23 01:09:01 +0000 |
commit | 80db25ba05b28949d76e0ef55ff5c708c06f2eac (patch) | |
tree | 8404f385cf410e58accf5a07d158b0b3fec243e5 /etc/mtree/BSD.tests.dist | |
parent | 0154db985c0a9b411a57a500ae00f3e901f88380 (diff) | |
download | FreeBSD-src-80db25ba05b28949d76e0ef55ff5c708c06f2eac.zip FreeBSD-src-80db25ba05b28949d76e0ef55ff5c708c06f2eac.tar.gz |
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
Diffstat (limited to 'etc/mtree/BSD.tests.dist')
-rw-r--r-- | etc/mtree/BSD.tests.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/mtree/BSD.tests.dist b/etc/mtree/BSD.tests.dist index a9537c7..37f3c26 100644 --- a/etc/mtree/BSD.tests.dist +++ b/etc/mtree/BSD.tests.dist @@ -278,3 +278,5 @@ .. .. .. + +# vim: set expandtab ts=4 sw=4: |