-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New line at the end of SVG file #400
Comments
@joelrfcosta This is reasonable imo. The message is displayed because otherwise there is no way to tell the difference between a file where there is a newline at the end and one where is not. Diff has to output a newline anyway, or the result would be harder to read or process automatically. This is a good habit to have newlines at the end of files due to 1 and 2 btw |
I am guessing that the use case is a svg generated by the cli with svg option set. Correct? |
Correct! 👍
|
Found the right place in the code to fix this but unsure about how to handle this in a platform independent way. |
Closed by release 7.0.0, please reopen if issues remain. |
…yarn/develop/daisyui-1.14.1 chore(deps): bump daisyui from 1.14.0 to 1.14.1
GitHub review is warning that there should be an empty line at the end of document:
Is this reasonable, or just does not make sense on this document type?
The text was updated successfully, but these errors were encountered: