InGenR
InGenR copied to clipboard
More control over whitespace in generated templates
Love this project.
I think one feature that would be very helpful here is better control over the whitespace in generated files.
In many cases we end up with weird formatting or indentation in the expanded templates if the templates themselves have indented blocks.
I am not sure what is the best way to tackle this but I think this can be a major problem for whitespace sensitive languages like python, coffeescript, F# etc.
Yeah, this is something that definitely needs improvement.
I am contemplating moving to nunjucks as the primary templating solution as it supports better control over whitespace in generated code.