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
This commit is contained in:
Lucas De Marchi 2010-08-04 16:57:32 +00:00
parent fee8bf1c1d
commit e568bdc82f
7 changed files with 0 additions and 21 deletions

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <e.h> #include <e.h>
#include "e_mod_main.h" #include "e_mod_main.h"
#include "mbox.h" #include "mbox.h"

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
/* /*
* Copyright (C) 2006 Christopher Michael * Copyright (C) 2006 Christopher Michael
* *

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <libintl.h> #include <libintl.h>
#define D_(str) dgettext(PACKAGE, str) #define D_(str) dgettext(PACKAGE, str)

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <e.h> #include <e.h>
#include "e_mod_main.h" #include "e_mod_main.h"
#include "imap.h" #include "imap.h"

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef IMAP_H #ifndef IMAP_H
#define IMAP_H #define IMAP_H

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#include <e.h> #include <e.h>
#include "e_mod_main.h" #include "e_mod_main.h"
#include "imap2.h" #include "imap2.h"

View File

@ -1,6 +1,3 @@
/*
* vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
*/
#ifndef IMAP_H #ifndef IMAP_H
#define IMAP_H #define IMAP_H