]> jfr.im git - irc/freenode/ircd-seven.git/blob - .indent.pro
Send flood warnings for privmsg, not notice
[irc/freenode/ircd-seven.git] / .indent.pro
1 /* $Id: .indent.pro 238 2005-09-21 05:26:03Z nenolod $ */
2
3 /* copy this file to the source dir then run indent file.c */
4
5 --gnu-style
6
7 /* This is the indent before the brace not inside the block. */
8 --brace-indent0
9
10 /* Indent case: by 2 and braces inside case by 0(then by 0)... */
11 --case-brace-indentation0
12 --case-indentation2
13
14 --indent-level8
15
16 /* Put while() on the brace from do... */
17 --cuddle-do-while
18
19 /* Disable an annoying format... */
20 --no-space-after-function-call-names
21
22 /* Disable an annoying format... */
23 --dont-break-procedure-type
24
25 /* Disable an annoying format... */
26 --no-space-after-casts
27
28 --line-length200
29
30 /* typedefs */
31 -T boolean_t
32 -T node_t
33 -T list_t
34 -T tld_t
35 -T kline_t
36 -T EVH
37 -T sra_t
38 -T server_t
39 -T user_t
40 -T channel_t
41 -T chanuser_t
42 -T myuser_t
43 -T mychan_t
44 -T chanacs_t
45 -T CONFIGENTRY
46 -T CONFIGFILE
47 -T Block
48 -T MemBlock
49 -T BlockHeap