From 7678ea6ce3a7d0ce3d69dd3f06000d770f8f04f1 Mon Sep 17 00:00:00 2001
From: Christian Oliff <christianoliff@pm.me>
Date: Tue, 21 Jan 2020 20:42:05 +0900
Subject: [PATCH] change .editorconfig to not add newline on SVGs

adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
---
 .editorconfig | 3 +++
 1 file changed, 3 insertions(+)

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