diff --git a/.editorconfig b/.editorconfig index 35630aa12d..10d9ba881c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false + +[*.svg] +insert_final_newline = false