Closed lucadelu closed 9 years ago
Hi, thanks for the PR. Do you mind if I merge only the font directories commit? This project's style is with tabs, I like them (and it's easier to do occasional edit on a vim-less PC).
No, I don't mind but you should use spaces as required from Python (by PEP8) and specially if someone is using a Python IDE (as Spyder) it start to mix spaces and tabs and this is really a mess. Obviously you are free to use tabs ;-)
PEP is not a requirement (if not contributing to python itself), but merely a recommendation. Modern IDEs are able to see what kind of indentation is needed.
Ok, so merge only the font directories commit.
Closed with d557d4be5c32e08f8788c6fe4b7a664344633f19 (sorry, had to copy-paste edits instead of merging).
In these two commits I added the capabilities to register new font's directories and cleanup the code replacing tabs with space.