~vcs-imports/speech-dispatcher/trunk

2770 by William Hubbs
reindent most of the code
1
This document describes the coding style used in this repository. All
2
patches or changes must follow this style. If you have any questions,
3
please contact the speech dispatcher mailing list.
4
5
C Code:
6
7
The indenting style we use is the same as the linux kernel. If you use
8
GNU indent 2.2.10 or later, you should run it as follows:
9
10
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 -il0
11
12
For versions of indent earlier than 2.2.10, drop the -il0 from the parameters.
13