Parcourir la source

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

Thibaud Colas il y a 1 an
Parent
commit
bf9d062484
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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