Skip to content

Line endings

We should find a way to properly handle platform-specific line endings. Currently, we just use \n for line-endings in generated files.

According to the docs, writeln! also just writes \n, without handling platform-specific line endings. We should look for some library that does this properly

Edited by Lennard Gäher