Skip to content

Commit

Permalink
Fix final newline in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Mar 22, 2022
1 parent ca1ea84 commit bf3a893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{svg,min.css,min.js}]
[*.{svg,min.css,min.js,html5}]
insert_final_newline = false

[*/src/Resources/contao/**.{css,js,php}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@
<script>Backend.initScrollOffset()</script>

</body>
</html>
</html>

0 comments on commit bf3a893

Please sign in to comment.