Standardize on the vi editing directives being on the first line.
This commit is contained in:
parent
087b9d640e
commit
63fc1a9e08
284 changed files with 285 additions and 19 deletions
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* Calendar implementation for busybox
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* vi: set sw=8 ts=8: */
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* cut.c - minimalist version of cut
|
||||
*
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/* fold -- wrap each input line to fit in specified width.
|
||||
|
||||
Written by David MacKenzie, djm@gnu.ai.mit.edu.
|
||||
|
@ -158,4 +159,3 @@ rescan:
|
|||
|
||||
bb_fflush_stdout_and_exit(errs);
|
||||
}
|
||||
/* vi: set sw=4 ts=4: */
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* Copyright (C) 2003 by Glenn McGrath <bug1@iinet.net.au>
|
||||
*
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
|
||||
*/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* vi:set ts=4: */
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/* nohup - invoke a utility immune to hangups.
|
||||
*
|
||||
* Busybox version based on nohup specification at
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* od implementation for busybox
|
||||
* Based on code from util-linux v 2.11l
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* printenv implementation for busybox
|
||||
*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* vi:set ts=4:*/
|
||||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* stat -- display file or file system status
|
||||
*
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* vi: set sw=4 ts=4: */
|
||||
/*
|
||||
* Copyright 2003, Glenn McGrath <bug1@iinet.net.au>
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue