Remove trailing newlines

This commit is contained in:
edent
2020-11-11 17:38:19 +00:00
parent f9e6ee9301
commit 6385167095
52 changed files with 101 additions and 98 deletions

View File

@@ -34,6 +34,10 @@ If you can, remove the end of line at the end of the file:
* perl: `perl -pi -e 'chomp if eof' $filename`
* shell: `printf %s "$(cat $filename)" > filename-without-nl.svg`
Please remove any trailing newlines from the file with:
`sed -i -z s/\\n$// filename.svg`
### Guidelines
This is the standard guideline. Use this to help with sizing your icons and they will look good no matter what border radius is chosen.