I want to generate the entity class with properties without annotations and the entity.orm.yml inside config folder. is it posible?
Now I have data format: doctrine 2 Yml and only the entity.orm.yml is generated inside config dir. The yml indentation generated only have 2 spaces, how I can change to 4?
AppBundle\Entity\ProductVariant:
type: entity
fields:
points:
type: integer
nullable: true