| 15 | | -- Developers - Coding Style: |
| 16 | | -- For the sake of not committing needlessly conflicting changes, |
| 17 | | -- |
| 18 | | -- * New code to be indented with 2 spaces ("soft tab"). |
| 19 | | -- * New code preferably uses BSD-Style Bracing |
| 20 | | -- if ( foo ) |
| 21 | | -- { |
| 22 | | -- bar(); |
| 23 | | -- } |
| 24 | | -- * Don't change brace styles. |
| 25 | | -- * Don't change indentation. |
| 26 | | -- * Jedit is the recommended editor, a comment of this format should be |
| 27 | | -- included in the top 10 lines of the file (see the embedded edit mode) |
| | 15 | -- Developers - Coding Style: |
| | 16 | -- Before you are going to work on Xinha code, please see http://trac.xinha.org/wiki/Documentation/StyleGuide |