aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorChristian Oliff <christianoliff@pm.me>2020-01-21 20:42:05 +0900
committerGitHub <noreply@github.com>2020-01-21 20:42:05 +0900
commit7678ea6ce3a7d0ce3d69dd3f06000d770f8f04f1 (patch)
treed50c5a41e2f739a257ec4716521f22ee69f8df2f /.editorconfig
parent8056bbeae36858fd8e88c84bcf6d26117be72788 (diff)
downloadnextcloud-server-7678ea6ce3a7d0ce3d69dd3f06000d770f8f04f1.tar.gz
nextcloud-server-7678ea6ce3a7d0ce3d69dd3f06000d770f8f04f1.zip
change .editorconfig to not add newline on SVGs
adding a newline to SVGs is unnecessary and increases filesize by 1 byte :-D
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 35630aa12db..10d9ba881ce 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -12,3 +12,6 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
+
+[*.svg]
+insert_final_newline = false