diff --git a/.editorconfig b/.editorconfig index 16014361a..16ff5720c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ charset = utf-8 indent_size = 2 indent_style = space trim_trailing_whitespace = true + +[*.{ico,keep,pdf,svg}] +insert_final_newline = false