[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-08-21, Elias Pschernig <elias@xxxxxxxxxx> wrote:
> [...] but since the current usage of TABs just is evil [...]
I've never understood this. If you open any Allegro source file
with notepad, a web browser, or cat it on the screen, it will
look right. Because a tab is a low level thing meaning the same
thing everywhere (round to next multiple of 8 columns on screen)
and identation is a high level thing. If an editor is unable to
deal with both concepts, isn't the editor the evil one?