Browse Source

change .editorconfig to not add newline on SVGs

adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
Christian Oliff 4 years ago
parent
commit
7678ea6ce3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
 
 [*.md]
 trim_trailing_whitespace = false
+
+[*.svg]
+insert_final_newline = false