Skip to content
Snippets Groups Projects
Unverified Commit 7678ea6c authored by Christian Oliff's avatar Christian Oliff Committed by GitHub
Browse files

change .editorconfig to not add newline on SVGs

adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
parent 8056bbea
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.svg]
insert_final_newline = false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment