From e8d51b93a9fbc87098ea7763204c0a1292b268ce Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Thu, 20 Sep 2018 14:35:05 +0200 Subject: [PATCH] Ignore the final newline for ico, keep, pdf and svg files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) 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