How can I change the line endings in PhysicsEditor?
PhysicsEditor stores files with local line endings:
- LF (LineFeed) on macOS and Linux
- CRLF (CarriageReturn + LineFeed) on Windows
If you're working in a mixed environment (Windows + macOS/Linux), you should configure your version control or license management system to handle line ending conversion.
See our tutorial: How to handle line endings in git