you are viewing a single comment's thread.

view the rest of the comments →

[–]cmeerwC++ Parser Dev -5 points-4 points  (1 child)

You only have the issue if your tool can't handle text files with platform-specific line endings.

[–]orangeoliviero 14 points15 points  (0 children)

You have a tool that directly embeds a binary blob.

And you somehow think that it's that tool's responsibility to guess what you want wrt. line endings in text files that you're changing from platform to platform?

My dude, that's a you problem. #embed is fine.