diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-03 15:51:59 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-03 15:51:59 +0800 |
commit | 523b56a3bd3dfbe2aa4db3d24736d4cdf8611604 (patch) | |
tree | a0bd2d893386ce05804ed7dee8acf8c288504725 /Mk | |
parent | 0644dbbd8cbc7cf167305f76a9158cf72759129c (diff) | |
download | freebsd-ports-gnome-523b56a3bd3dfbe2aa4db3d24736d4cdf8611604.tar.gz freebsd-ports-gnome-523b56a3bd3dfbe2aa4db3d24736d4cdf8611604.tar.zst freebsd-ports-gnome-523b56a3bd3dfbe2aa4db3d24736d4cdf8611604.zip |
Set tabstops to 4 in vi like in emacs.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 2a102bbeb084..dfd569c1a048 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1,11 +1,12 @@ #-*- mode: Fundamental; tab-width: 4; -*- +# ex:ts=4 # # $NetBSD: $ # # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.226 1996/09/24 06:48:22 asami Exp $ +# $Id: bsd.port.mk,v 1.227 1996/11/01 07:22:35 asami Exp $ # # Please view me with 4 column tabs! |