Merge pull request #3251 from snosratiershad/support/new-line-at-end-of-scripts

This commit is contained in:
Justin Mayer 2024-01-17 12:10:45 +01:00 committed by GitHub
commit f2ab4a1dc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,6 +44,7 @@ _TEMPLATES_DIR = os.path.join(os.path.dirname(os.path.abspath(__file__)), "templ
_jinja_env = Environment(
loader=FileSystemLoader(_TEMPLATES_DIR),
trim_blocks=True,
keep_trailing_newline=True,
)