Browse Source

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

Thibaud Colas 1 year ago
parent
commit
bf9d062484
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

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