This is my implementation to replace tabs with spaces in generated code. Solution is not the best because the library which I had to extends uses a lot of private class member variables.
New default settings are 4 spaces for indentation. Configuration is possible through new method setWriterOptions in src/Propel/Generator/Code/ModelGenerator.php
If the place for the new classes does not fit your expectations then let me know.
This is my implementation to replace tabs with spaces in generated code. Solution is not the best because the library which I had to extends uses a lot of private class member variables.
New default settings are 4 spaces for indentation. Configuration is possible through new method setWriterOptions in src/Propel/Generator/Code/ModelGenerator.php
If the place for the new classes does not fit your expectations then let me know.