Re: [symfony-users] Re: Tabs in Auto-Generated Code

2010-09-13 Thread Felix E. Klee
On Sun, Sep 12, 2010 at 2:20 PM, Davide Borsatto lloy...@gmail.com wrote:
 Which generated file are you referring to? It may be a Propel or
 Doctrine issue.

The tabs are indeed in the model files, auto generated by Propel 1.4.2.

Thanks for pointing me in the right direction. Now it would be nice if
Propel could be told to not insert tabs...

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Tabs in Auto-Generated Code

2010-09-13 Thread Massimiliano Arione
On 13 Set, 13:35, Felix E. Klee felix.k...@inka.de wrote:
 On Sun, Sep 12, 2010 at 2:20 PM, Davide Borsatto lloy...@gmail.com wrote:
  Which generated file are you referring to? It may be a Propel or
  Doctrine issue.

 The tabs are indeed in the model files, auto generated by Propel 1.4.2.

 Thanks for pointing me in the right direction. Now it would be nice if
 Propel could be told to not insert tabs...

Of course: just add alternative_coding_standards in your config/
propel.ini, in this row (near the end of file):

propel.behavior.default=
symfony,symfony_i18n,alternative_coding_standards

then rebuild

cheers
Massimiliano

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


Re: [symfony-users] Re: Tabs in Auto-Generated Code

2010-09-13 Thread Felix E. Klee
Thanks!

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en


[symfony-users] Re: Tabs in Auto-Generated Code

2010-09-12 Thread Davide Borsatto
Which generated file are you referring to? It may be a Propel or
Doctrine issue.

On Sep 11, 3:17 pm, Felix E. Klee felix.k...@inka.de wrote:
 In the Symfony coding standards, it says:

   Never use tabulations in the code.

 Source:http://trac.symfony-project.org/wiki/HowToContributeToSymfony#CodingS...

 However, some of the PHP code auto-generated by Symfony 1.4, does use
 tabs. How is that justified?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups symfony users group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en