From: Will Estes <wlestes@users.sourceforge.net> Date: Wed, 12 May 2004 00:44:08 +0000 (+0000) Subject: .cvsignore and .indent.pro got missed in the import to sourceforge; replace them X-Git-Tag: flex-2-5-32~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ee435f9ed63d450c551e48a3e3159d27ce47e51;p=flex .cvsignore and .indent.pro got missed in the import to sourceforge; replace them --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..6f4ceed --- /dev/null +++ b/.cvsignore @@ -0,0 +1,31 @@ +*.tar.gz +.bootstrap +.deps +ABOUT-NLS +ChangeLog +INSTALL +Makefile +Makefile.in +aclocal.m4 +autom4te.cache +conf.in +config.cache +config.guess +config.h +config.log +config.status +config.sub +configure +depcomp +flex +flex-* +flex.spec +install-sh +missing +mkinstalldirs +parse.c +parse.h +scan.c +skel.c +stamp-* +config.rpath diff --git a/.indent.pro b/.indent.pro new file mode 100644 index 0000000..3f8232f --- /dev/null +++ b/.indent.pro @@ -0,0 +1,15 @@ +--blank-lines-after-declarations +--blank-lines-after-procedures +-br /* open braces on same line */ +-nce /* start else on new line */ +-nbc /* vars on same line */ +-di8 /* line up var decl at col 8 */ +-brs /* struct brace on same line */ +-i8 /* indent 4 */ +-lp /* line up parens */ +-ts8 /* tab stop */ +-bbo /* break before && || */ +-hnl /* honor newlines */ +--space-special-semicolon +--line-length75 +--dont-break-procedure-type