[TYPO3-core] Request for Change in CGL

Ernesto Baschny [cron IT] ernst at cron-it.de
Thu Apr 4 11:43:03 CEST 2013


Christian Kuhn schrieb am 04.04.2013 11:36:
> On 04/04/2013 09:17 AM, Markus Klein wrote:
>> I’d suggest to change this to the more readable version:
>>
>> If (
>>                  Condition1
>>                  && condition 2
>>                  && condition 3
>> )
>> }{
> 
> +1
> 
> bracket handling, please:
> 
> if (
>     cond1
>     && cond2
> ) {
>     body
> }
> 
> -> ") {" closing round and opening curly bracket on one line, in same
> column as "if"

+1 to the idea and also to Christian's comment.

Cheers,
Ernesto



More information about the TYPO3-team-core mailing list