comparison doc/v2_planning/API_coding_style.txt @ 1236:23f63ecf0a9a

API_coding_style: Added no trailing spaces requirement
author Olivier Delalleau <delallea@iro>
date Thu, 23 Sep 2010 11:21:48 -0400
parents d94d1675c7e6
children 705795076efd
comparison
equal deleted inserted replaced
1235:a9b601119197 1236:23f63ecf0a9a
105 * Only use ASCII characters in code files. 105 * Only use ASCII characters in code files.
106 106
107 * Code indent must be done with four blank characters (no tabs). 107 * Code indent must be done with four blank characters (no tabs).
108 108
109 * Limit lines to 79 characters. 109 * Limit lines to 79 characters.
110
111 * No trailing spaces.
110 112
111 * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``, 113 * Naming conventions: ``ClassName``, ``TOP_LEVEL_CONSTANT``,
112 ``everything_else``. 114 ``everything_else``.
113 115
114 * Comments should start with a capital letter (unless the first word is a 116 * Comments should start with a capital letter (unless the first word is a