mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3102: Unable to generate entities with tab-based indentation #3850
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Apr 28, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user Virakal:
My project uses tabs for indentation, but there doesn't seem to be any way of generating tab-indented entities using
doctrine orm:generate-entities. The tool is useful but fixing the indentation after every run is very tedious.@doctrinebot commented on GitHub (Apr 28, 2014):
Comment created by @ocramius:
This won't be fixed. You can always simply use your favorite editor and re-align your code as you wish. The entity generator is not supposed to focus on alignment/style problems.
@doctrinebot commented on GitHub (Apr 28, 2014):
Issue was closed with resolution "Won't Fix"