Changes between Version 7 and Version 8 of DeveloperDocumentation


Ignore:
Timestamp:
09/28/17 02:25:10 (7 years ago)
Author:
Antonio Quartulli
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperDocumentation

    v7 v8  
    157157== Formatting ==
    158158
    159 Existing codebase uses the following formatting conventions:
    160 
    161  * Indentation is 2 spaces (no tabs)
    162  * Indentation follows GNU Coding Style
    163  * Emacs
    164    * c-style gnu
    165    * c-basic-offset 2
    166    * indent-with-tabs nil
     159Existing codebase uses an Allman based style. Please visit the [wiki:CodeStyle Code Style] wikipage for more details.
    167160
    168161== Conventions ==