Vodz, your tabstop is wrong.

Vladimir N. Oleynik dzo at simtreas.ru
Mon Oct 17 07:34:33 UTC 2005


Rob,

> In busybox we use a tabstop of 4.  There are even special vi comments, ala:
> /* vi: set sw=4 ts=4: */

Vi is not single editor and viewer in wordl.
I have irritated of this:

  	HardLinkInfo *next;	/* Next entry in list */
-	dev_t dev;		/* Device number */
-	ino_t ino;		/* Inode number */
+	dev_t dev;			/* Device number */
+	ino_t ino;			/* Inode number */
  	short linkCount;	/* (Hard) Link Count */
  	char name[1];		/* Start of filename (must be last) */
-	char *fileName;		/* File name of the tarball */
-	int tarFd;		/* Open-for-write file descriptor
-						   for the tarball */
+	char *fileName;			/* File name of the tarball */
+	int tarFd;				/* Open-for-write file descriptor
+						   	   for the tarball */

etc

Why? Its personal for "vi"? Then "vi" must die!
I do not changes tabsop now for non my applets,
but my applets I can`t write with this idiotes tabstop idea.

> Previously, it was lined up correctly.
> 
> Fix your tabstop.

No. Only after your rewrite "cat", "less", "mozilla composer",
my personal editor ;-) and other zillion editors and viewers
with parse /* vi: set sw=4 ts=4: */ line.


--w
vodz



More information about the busybox mailing list