Standardize on the vi editing directives being on the first line.
[platform/upstream/busybox.git] / coreutils / fold.c
index 833935a..665b93e 100644 (file)
@@ -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: */