-
Notifications
You must be signed in to change notification settings - Fork 4
/
indent.pro
42 lines (42 loc) · 1.08 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
-nbap --no-blank-lines-after-procedures
-brf --braces-on-func-def-line
-br --braces-on-if-line
-brs --braces-on-struct-decl-line
-cd1 --declaration-comment-column1
-ncdb --no-comment-delimiters-on-blank-lines
-ce --cuddle-else
-ci8 --continuation-indentation8
-cli4 --case-indentation4
-cp1 --else-endif-column1
-di1 --declaration-indentation1
-fc1 --format-first-column-comments
-hnl --honour-newlines
-i4 --indent-level4
-ip0 --parameter-indentation0
-l80 --line-length80
-lc80 --comment-line-length80
-lps --leave-preprocessor-space
-nbbo --break-after-boolean-operator
-nbad --no-blank-lines-after-declarations
-nbbo --break-after-boolean-operator
-ncs --no-space-after-casts
-npcs --no-space-after-function-call-names
-nprs --no-space-after-parentheses
-npsl --dont-break-procedure-type
-nlp --dont-line-up-parentheses
-pmt --preserve-mtime
-saf --space-after-for
-sai --space-after-if
-saw --space-after-while
-sc --start-left-side-of-comments
-ss --space-special-semicolon
-nut --no-tabs
-ts4 --tab-size4
-T int8_t
-T int16_t
-T int32_t
-T int64_t
-T uint8_t
-T uint16_t
-T uint32_t
-T uint64_t