File tree 2 files changed +46
-0
lines changed
2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments