strip irrelevant vi preferences
authorMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 14:04:11 +0000 (15:04 +0100)
committerMischa POSLAWSKY <netris@shiar.org>
Tue, 27 Feb 2007 14:04:11 +0000 (15:04 +0100)
Configure
FAQ
README
board.c
curses.c
game.c
inet.c
netris.h
server.c
util.c

index 1d0ce1c4795a315efbe621d0f9423f84e952846a..10bd9246488c547d217b93d46821a54daaf439d6 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -241,4 +241,3 @@ Now do a 'make'
 
 END
 
-# vi: ts=4 ai
diff --git a/FAQ b/FAQ
index 3a7f294cdc983f715108e4cafce4d999dd20c44b..bfb9f281623b91297c152a8886b936b7d2f14022 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -126,4 +126,4 @@ Answers
     region-scroll.
 
 
-# vi: tw=70 ai
+# vi: tw=70
diff --git a/README b/README
index 50dde83642a13fcbea42f3886f9369bb3246db40..069ccad688d761d477032ffb7e760948db1cbc72 100644 (file)
--- a/README
+++ b/README
@@ -132,4 +132,4 @@ of the protocol is in "robot_desc", and a sample robot is in sr.c.
 The source code should be viewed with tab stops set every 4 columns,
 eg, "less -x4 game.c".
 
-# vi: tw=70 ai
+# vi: tw=70
diff --git a/board.c b/board.c
index 8f03ff3c31f18d3fbbd45cfc7d655f21e13e4b84..c6c4837e5975b5430911f90e9dacb0d957531a98 100644 (file)
--- a/board.c
+++ b/board.c
@@ -400,7 +400,3 @@ void InsertJunk(int scr, int color, int count, int column)
                scr == me);
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
index 6363d2674d8899e5b6c0cf52a79d550adc86cf85..bece8392af0c572edc6a3374705674ace491e80d 100644 (file)
--- a/curses.c
+++ b/curses.c
@@ -613,7 +613,3 @@ static MyEventType KeyGenFunc(EventGenRec *gen, MyEvent *event)
                return E_none;
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
diff --git a/game.c b/game.c
index 27d1c968d2e4f6f6bc8a85ac90b7e354e5fe3956..f26e07a556e1a6f9ca7592a3dc04e7449c043d97 100644 (file)
--- a/game.c
+++ b/game.c
@@ -759,7 +759,3 @@ int main(int argc, char **argv)
        return 0;
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
diff --git a/inet.c b/inet.c
index 236a73edb627479cfca606d5d7800608639d9eeb..ca3230c9fbd162cb5db623b210b1ec0463fc0385 100644 (file)
--- a/inet.c
+++ b/inet.c
@@ -203,7 +203,3 @@ void CloseNet(void)
                RemoveEventGen(&netGen);
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
index 72e2522eaf09ee16f0da6a31341b2283832c861c..8cf4d595deb3d3e50bc27e3cf99477ee5cf0df02 100644 (file)
--- a/netris.h
+++ b/netris.h
@@ -207,7 +207,3 @@ EXT short port; // => just in game.c, parameter to inet connect
 
 #endif //__NETRIS_H
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
index bcf3f04ece98235ebeb6cd63ac765c03b8408323..3d6453c691d669d983557bdd633a66fab0689adf 100644 (file)
--- a/server.c
+++ b/server.c
@@ -610,7 +610,3 @@ int main(int argc, char **argv)
        return 0;
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */
diff --git a/util.c b/util.c
index 94a87f36305367dcb3f2727ba30aec51c7d7fbfd..fc70d5780af06069091e2ad0ecbdb5a8afa5b1b3 100644 (file)
--- a/util.c
+++ b/util.c
@@ -400,7 +400,3 @@ MyEventType WaitMyEvent(MyEvent *event, int mask)
        }
 }
 
-/*
- * vi: ts=4 ai
- * vim: noai si
- */