moban icon indicating copy to clipboard operation
moban copied to clipboard

Skip empty

Open jayvdb opened this issue 6 years ago • 2 comments

one feature missing wrt https://github.com/PGower/templateer/blob/master/templateer.py is option to skip empty results which contain only whitespace.

jayvdb avatar Jan 29 '19 00:01 jayvdb

This one is similar to remove trailing empty spaces/lines. it is post templating filter that user choose to apply than system-wide policy. what do you think?

chfw avatar Jan 29 '19 07:01 chfw

This is more like "allow empty files", which should be an error by default. no template should produce an empty file unless it is explicitly allowed.

And sometimes, instead of error, the user may want any empty generated files to be deleted. I can see that being desirable on a per-file and global level.

jayvdb avatar Jan 30 '19 04:01 jayvdb