Subject: | indentation of source code examples |
The indentation of all source code examples should be consistent.
Source code formatting when browsing the docs on http://search.cpan.org
looks a bit weired.
Just use an editor that can highlight (e.g by small dots on tabs) tabs
versus spaces (like editor kate of KDE) and you will see the diffs.
Either all indentation with tabs or all by spaces.
(I prefer always using tabs at the beginning of lines because users
prefer different tab sizes, eg. 2,4, or 8, some 1.
For table like indentation prefer spaces after the first column.)