From e568bdc82f0f371c22042ec8203166537fa27c7a Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 4 Aug 2010 16:57:32 +0000 Subject: [PATCH] FORMATTING * Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816 --- src/e_mod_config_box.c | 3 --- src/e_mod_main.c | 3 --- src/e_mod_main.h | 3 --- src/imap.c | 3 --- src/imap.h | 3 --- src/imap2.c | 3 --- src/imap2.h | 3 --- 7 files changed, 21 deletions(-) diff --git a/src/e_mod_config_box.c b/src/e_mod_config_box.c index b088067..00b1648 100644 --- a/src/e_mod_config_box.c +++ b/src/e_mod_config_box.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #include "e_mod_main.h" #include "mbox.h" diff --git a/src/e_mod_main.c b/src/e_mod_main.c index d0595d2..bd75e5f 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* * Copyright (C) 2006 Christopher Michael * diff --git a/src/e_mod_main.h b/src/e_mod_main.h index 5374cf7..3ffbaae 100644 --- a/src/e_mod_main.h +++ b/src/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #define D_(str) dgettext(PACKAGE, str) diff --git a/src/imap.c b/src/imap.c index 12e2447..5657378 100644 --- a/src/imap.c +++ b/src/imap.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #include "e_mod_main.h" #include "imap.h" diff --git a/src/imap.h b/src/imap.h index d457c9b..47842ab 100644 --- a/src/imap.h +++ b/src/imap.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef IMAP_H #define IMAP_H diff --git a/src/imap2.c b/src/imap2.c index f13ad45..9cfc482 100644 --- a/src/imap2.c +++ b/src/imap2.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include #include "e_mod_main.h" #include "imap2.h" diff --git a/src/imap2.h b/src/imap2.h index f89af11..38126fc 100644 --- a/src/imap2.h +++ b/src/imap2.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef IMAP_H #define IMAP_H