-
Notifications
You must be signed in to change notification settings - Fork 0
/
.indent.pro
73 lines (65 loc) · 1.47 KB
/
.indent.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/* Derived from GNU Indent for the "-linux" option */
/* Divergence marked by keeping old setting in preceding comment */
--no-blank-lines-after-declarations
--blank-lines-after-procedures
--no-blank-lines-after-commas
--break-before-boolean-operator
--honour-newlines
--braces-on-if-line
--braces-on-struct-decl-line
// -- Can't be inhibited ?
--comment-indentation33
// -- Can't be inhibited ?
--declaration-comment-column33
--no-comment-delimiters-on-blank-lines
--cuddle-else
--continuation-indentation4
--case-indentation0
--line-comments-indentation0
--declaration-indentation1
--dont-format-first-column-comments
/* --indent-level8 */
--indent-level4
--parameter-indentation0
--line-length80
--continue-at-parentheses
--no-space-after-function-call-names
--no-space-after-parentheses
--dont-break-procedure-type
--space-after-if
--space-after-for
--space-after-while
--no-space-after-casts
--dont-star-comments
--swallow-optional-blank-lines
--dont-format-comments
// -- Can't be inhibited ?
--else-endif-column33
--space-special-semicolon
/* --tab-size8 */
--tab-size4
/* --indent-label1 */
--indent-label0
/* Additional Indent options */
--leave-preprocessor-space
--no-tabs
--preserve-mtime
--case-indentation4
/* Local types*/
-T LDATA
-T handle_t
/* Target-system specific types */
-T FILE
/* C99 stdint.h types GNU indent seems unaware of */
-T int8_t
-T int16_t
-T int32_t
-T int64_t
-T uint8_t
-T uint16_t
-T uint32_t
-T uint64_t
/* POSIX types */
-T regex_t
-T regmatch_t
-T regoff_t