Merge pull request #19045 from nextcloud/editorconfig-svg

change .editorconfig to not add newline on SVGs
This commit is contained in:
Roeland Jago Douma 2020-01-21 15:57:30 +01:00 committed by GitHub
commit 239cdea82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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