Re: [PEAR-DEV] Re: [PEPr] -1 for RFC::Uploadcare
[email protected] (Mike van Riel)
| Newsgroups | php.pear.dev |
|---|---|
| Message-ID | <[email protected]> |
On 17.12.2012 22:35, Lester Caine wrote:
> Till Klampaeckel wrote:
>> I gave you feedback earlier, none of it was implemented.
>
> I'm with you Gray Hound ... using spaces in PEAR files when the core
> PHP standard is to use tabs is just insane. NOW I know why I've been
> having problems since my entire code base has always used tabs
> indenting and I don't intend to change any time soon ...
> My historic PEAR libraries are all tabbed files but I don't know
> where they originated. It's the new stuff which is now using spaces?
>
AFAIK The PEAR Coding Standards (and its predecessor: Horde Coding
Standards)
has always had spaces for indentation. And given that a reasonable
amount of
projects have used the PEAR Coding Standards as inspiration[1] does
spaces appear
to be the dominating type of indentation style in userland code.
> --
> Lester Caine - G8HFL
> -----------------------------
> Contact - http://lsces.co.uk/wiki/?page=contact
> L.S.Caine Electronic Services - http://lsces.co.uk
> EnquirySolve - http://enquirysolve.com/
> Model Engineers Digital Workshop - http://medw.co.uk
> Rainbow Digital Media - http://rainbowdigitalmedia.co.uk
[1] Examples include but are not limited to: Zend Framework, Symfony 1
and 2,
Doctrine, the PSR1 coding standard, Aura Framework, etc.