Skip to content

Commit 7ee435f

Browse files
author
Will Estes
committed
.cvsignore and .indent.pro got missed in the import to sourceforge; replace them
1 parent 25d6ff3 commit 7ee435f

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

.cvsignore

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
*.tar.gz
2+
.bootstrap
3+
.deps
4+
ABOUT-NLS
5+
ChangeLog
6+
INSTALL
7+
Makefile
8+
Makefile.in
9+
aclocal.m4
10+
autom4te.cache
11+
conf.in
12+
config.cache
13+
config.guess
14+
config.h
15+
config.log
16+
config.status
17+
config.sub
18+
configure
19+
depcomp
20+
flex
21+
flex-*
22+
flex.spec
23+
install-sh
24+
missing
25+
mkinstalldirs
26+
parse.c
27+
parse.h
28+
scan.c
29+
skel.c
30+
stamp-*
31+
config.rpath

.indent.pro

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
--blank-lines-after-declarations
2+
--blank-lines-after-procedures
3+
-br /* open braces on same line */
4+
-nce /* start else on new line */
5+
-nbc /* vars on same line */
6+
-di8 /* line up var decl at col 8 */
7+
-brs /* struct brace on same line */
8+
-i8 /* indent 4 */
9+
-lp /* line up parens */
10+
-ts8 /* tab stop */
11+
-bbo /* break before && || */
12+
-hnl /* honor newlines */
13+
--space-special-semicolon
14+
--line-length75
15+
--dont-break-procedure-type

0 commit comments

Comments
 (0)