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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.editorconfig
|
|
|
@ -12,3 +12,6 @@ trim_trailing_whitespace = true |
|
|
|
|
|
|
|
[*.md] |
|
|
|
trim_trailing_whitespace = false |
|
|
|
|
|
|
|
[*.svg] |
|
|
|
insert_final_newline = false |