I've been using Better Jinja (currently on the 2023-01-23 version) for a few months now. It does a great job of syntax highlighting in my templates.
However, it also seems that it remove an empty line at the end of templates. This is a problem since I'm using pre-commit with the end-of-file-fixer filter, which insists that there is an empty line at the end of all files.
Is it possible to set an option so that Better Jinja doesn't remove the last line?
Hi!
I've been using Better Jinja (currently on the 2023-01-23 version) for a few months now. It does a great job of syntax highlighting in my templates.
However, it also seems that it remove an empty line at the end of templates. This is a problem since I'm using pre-commit with the
end-of-file-fixer
filter, which insists that there is an empty line at the end of all files.Is it possible to set an option so that Better Jinja doesn't remove the last line?
Thanks, Andrew.