How can I change the line endings in TexturePacker?

TexturePacker stores files with local file endings. That means LineFeed (LF) on macOS and Linux, CarriageReturn-LineFeed (CRLF) on Windows.

If you are using a mixed environment with Windows and macOS or Linux clients, you should configure your version management system to convert between the different ending styles. See our tutorial How to handle line endings in git for more details about how you can do that.