Browse Source

Merge pull request #19045 from nextcloud/editorconfig-svg

change .editorconfig to not add newline on SVGs
pull/18986/head
Roeland Jago Douma 7 years ago
committed by GitHub
parent
commit
239cdea82c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .editorconfig

3
.editorconfig

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