-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.indent.pro
More file actions
59 lines (52 loc) · 1.1 KB
/
Copy path.indent.pro
File metadata and controls
59 lines (52 loc) · 1.1 KB
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
/* Profile file for GNU Indent for the Quantum Leaps Coding Standard */
/* 3.1 Expressions */
--no-space-after-function-call-names
--space-after-cast
/* 3.2 Indentation */
--no-tabs
--tab-size 4
--braces-after-struct-decl-line
--braces-after-if-line
--brace-indent 0
--dont-cuddle-else
--cuddle-do-while /* inconsistent */
--case-indentation 4
--case-brace-indentation 0
--space-after-for
--space-after-if
--space-after-cast
--space-after-while
--dont-break-procedure-type
--indent-level 4
--continuation-indentation 4
--continue-at-parentheses
--line-length 90
--break-before-boolean-operator
--honour-newlines
--space-after-cast /* --no-space-after-casts */
--blank-before-sizeof
/* -brf */ /* opening fn brace after decl (2.2.9+) */
/* Comments */
--format-all-comments
--format-first-column-comments
--start-left-side-of-comments
--comment-line-length 80
/* Other */
--blank-lines-after-procedures /* visually separate */
/* typedefs */
-T bool
-T uint8_t
-T uint16_t
-T uint32_t
-T int8_t
-T int16_t
-T int32_t
-T QState
-T QSTATE
-T QEvent
-T QEVENT
-T QSignal
-T QSIGNAL
-T QActive
/* Misc */
--preserve-mtime