ualibraries / Guide-on-the-Side

The University of Arizona Libraries will no longer provide support for Guide on the Side. The code will remain openly available; however, UAL can no longer provide code fixes or upgrades.
https://ualibraries.github.io/Guide-on-the-Side/about.html
Other
66 stars 48 forks source link

Standardize indentation #111

Open simpsonw opened 9 years ago

simpsonw commented 9 years ago

I've noticed that the indentation is inconsistent throughout much of GotS, sometimes even within the same file. It would improve readability and maintainability if we could standardize the indentation style. I would suggest that we adopt hard tabs (e.g. "\t") since this is a CakePHP project and that's what CakePHP core uses, but I'm pretty much up for anything as long as we're consistent about it.