magento-2-blog
magento-2-blog copied to clipboard
End of Line sequence coding standard
I'm trying to create a patch with cweagans/composer-patches and I notice that some files have End of Line Sequence LF and other CRLF.
Is not possibile to apply diff patch on CRLF files (without --binary option trick).
I suggest to use LF standard instead of the actual mixing.
Expected result
- All file with LF
Actual result
- Some file have CRLF other LF (example Plugin/Catalog/AttributeSort.php CRLF , Plugin/InfortisTopmenu.php LF )
Hi @adri2k , Thanks for your contribution. We will have a check and consider putting it on our roadmap.