Emagister / zend-form-decorators-bootstrap

Zend_Form decorators for Twitter's Bootstrap UI
http://emagister.github.com/zend-form-decorators-bootstrap
168 stars 79 forks source link

Adding some improvements #80

Closed marcelaraujo closed 11 years ago

marcelaraujo commented 11 years ago

Adding some improvements

theUniC commented 11 years ago

First of all, thanks for your PR. I've made some comments, on minor issues I've seen.

marcelaraujo commented 11 years ago

Ok @theUniC

I'll see this and I don't agree about use spaces instead of tabs but it's the PSR :)

2.4. Indenting

Code MUST use an indent of 4 spaces, and MUST NOT use tabs for indenting.

N.b.: Using only spaces, and not mixing spaces with tabs, helps to avoid problems with diffs, patches, history, and annotations. The use of spaces also makes it easy to insert fine-grained sub-indentation for inter-line alignment.