]> granicus.if.org Git - flex/commitdiff
.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
authorWill Estes <wlestes@users.sourceforge.net>
Wed, 12 May 2004 00:44:08 +0000 (00:44 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Wed, 12 May 2004 00:44:08 +0000 (00:44 +0000)
.cvsignore [new file with mode: 0644]
.indent.pro [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..6f4ceed
--- /dev/null
@@ -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 (file)
index 0000000..3f8232f
--- /dev/null
@@ -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