change .editorconfig to not add newline on SVGs

adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
pull/19045/head
Christian Oliff 4 years ago committed by GitHub
parent 8056bbeae3
commit 7678ea6ce3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save