you can use some IDE like Netbeans or Eclipse to convert tabs to spaces... setting up the project correctly, you should get it too easy ...

Em terça-feira, 4 de outubro de 2011 11:21:17, Yves S. Garret escreveu:
Sure it is. I originally had my code with spaces. After I ran cake bake all, they're now tabs.

On Mon, Oct 3, 2011 at 4:46 PM, Ryan Schmidt <[email protected] <mailto:[email protected]>> wrote:


    On Oct 3, 2011, at 10:25, Yves S. Garret wrote:

    > Well, to be specific, I couldn't find anything on modifying the
    tabs vs. spaces info online after googling.

    That's really not a CakePHP question, but my text editor has a
    function for doing that; see if your text editor does. Or, if you
    like the UNIX command line, the "expand" command is useful. For
    example to convert tabs to spaces at 4 spaces per indent:

    expand -t 4 somefile > x

    Examine x, make sure it looks like you want it, then:

    mv x somefile


    --
    Our newest site for the community: CakePHP Video Tutorials
    http://tv.cakephp.org
    Check out the new CakePHP Questions site http://ask.cakephp.org
    and help others with their CakePHP related questions.


    To unsubscribe from this group, send email to
    [email protected]
    <mailto:cake-php%[email protected]> For more options,
    visit this group at http://groups.google.com/group/cake-php


--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at http://groups.google.com/group/cake-php

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to