cake bake replaces existing files; it doesn't attempt to merge with your existing files.
Feel free to customize the bake templates as described earlier in this thread, for example to change the templates to use spaces instead of tabs. On Oct 4, 2011, at 09:21, Yves S. Garret wrote: > 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 wrote: > >> 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] For more options, visit this group at http://groups.google.com/group/cake-php
