xref: /third_party/lame/frontend/.indent.pro (revision 159b3361)
1159b3361Sopenharmony_ci// INDENT setup file:
2159b3361Sopenharmony_ci//	basically the GNU-style of coding
3159b3361Sopenharmony_ci// 
4159b3361Sopenharmony_ci--no-blank-lines-after-declarations
5159b3361Sopenharmony_ci--blank-lines-after-procedures
6159b3361Sopenharmony_ci--no-blank-lines-after-commas
7159b3361Sopenharmony_ci--break-before-boolean-operator
8159b3361Sopenharmony_ci--braces-on-if-line                               // after
9159b3361Sopenharmony_ci--brace-indent2                                   // 2 <-
10159b3361Sopenharmony_ci--braces-on-struct-decl-line                      //
11159b3361Sopenharmony_ci--comment-indentation25                           // 32
12159b3361Sopenharmony_ci--declaration-comment-column30                    // 1?
13159b3361Sopenharmony_ci--no-comment-delimiters-on-blank-lines
14159b3361Sopenharmony_ci--dont-cuddle-else
15159b3361Sopenharmony_ci--else-endif-column1
16159b3361Sopenharmony_ci--space-after-cast
17159b3361Sopenharmony_ci--declaration-indentation8                        // 2
18159b3361Sopenharmony_ci-ndj                                              // what does this mean?
19159b3361Sopenharmony_ci--dont-format-first-column-comments
20159b3361Sopenharmony_ci--dont-format-comments
21159b3361Sopenharmony_ci--honour-newlines
22159b3361Sopenharmony_ci--indent-level4                                   // 2
23159b3361Sopenharmony_ci--parameter-indentation6                          // 5
24159b3361Sopenharmony_ci--continue-at-parentheses
25159b3361Sopenharmony_ci--space-after-procedure-calls
26159b3361Sopenharmony_ci--procnames-start-lines
27159b3361Sopenharmony_ci--dont-star-comments
28159b3361Sopenharmony_ci--leave-optional-blank-lines 
29159b3361Sopenharmony_ci--no-space-after-function-call-names
30159b3361Sopenharmony_ci
31159b3361Sopenharmony_ci--tab-size0
32159b3361Sopenharmony_ci--line-length100
33