Prevent future issues with icon.html end-of-file newlines

pull/11437/head
Thibaud Colas 2024-01-09 10:55:44 +00:00
rodzic bc6ef43522
commit bf9d062484
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -25,3 +25,7 @@ indent_size = 2
[*.md]
trim_trailing_whitespace = false
# Make sure this file _doesnt_ end with a final newline. It breaks rendering.
[wagtail/admin/templates/wagtailadmin/shared/icon.html]
insert_final_newline = false