Changes between Version 22 and Version 23 of Development/CodeConventions
- Timestamp:
- 03/22/10 03:35:02 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/CodeConventions
v22 v23 11 11 12 12 === Spacing === 13 * Tabs are 8 spaces. The reason being that when you `cat` a text file to a unix console they come out as 8 spaces. No further discussion will be entered into on this point.13 * Tabs are 8 spaces. The reason being that when you `cat` a text file to a unix console they come out as 8 spaces. Keep your editor set to tabs-as-8-spaces or you'll end up committing misaligned code. No further discussion will be entered into on this point. 14 14 15 15 * We prefer literal tabs at the start of lines instead of hard spaces.
