marcelcaraciolo / crab

Crab - A recommendation engine library for Python
87 stars 34 forks source link

Replace all tabs to 4 spaces in all python files. #17

Open rafaelcaricio opened 13 years ago

rafaelcaricio commented 13 years ago

All the code is using tabs instead of 4 spaces. "Use 4 spaces per indentation level." from http://www.python.org/dev/peps/pep-0008/

wichert commented 12 years ago

The pull request from #19 fixes this.