summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2004-05-12 00:44:08 +0000
committerWill Estes <wlestes@users.sourceforge.net>2004-05-12 00:44:08 +0000
commit7ee435f9ed63d450c551e48a3e3159d27ce47e51 (patch)
tree4d2ca6fca9f5483d41cb124c30aa9c319ea45460
parent25d6ff37e58bbadd56cd484ff20af3f15d91673c (diff)
.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
-rw-r--r--.cvsignore31
-rw-r--r--.indent.pro15
2 files changed, 46 insertions, 0 deletions
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