Merge pull request #19045 from nextcloud/editorconfig-svg
change .editorconfig to not add newline on SVGs
This commit is contained in:
commit
239cdea82c
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