change .editorconfig to not add newline on SVGs
adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
This commit is contained in:
parent
8056bbeae3
commit
7678ea6ce3
1 changed files with 3 additions and 0 deletions
|
@ -12,3 +12,6 @@ trim_trailing_whitespace = true
|
|||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.svg]
|
||||
insert_final_newline = false
|
||||
|
|
Loading…
Reference in a new issue