> Newline means LF (0x0A) or CRLF (0x0D0A).
Complicating things from the start. Not a good sign.
A language for configs is different from a data interchange language: the former is intended to be written and edited by humans.
See https://arp242.net/weblog/json_as_configuration_files-_pleas...
And you can't expect windows users to always check their editor is lf compliant. Toml is not just for programmers
> Newline means LF (0x0A) or CRLF (0x0D0A).
Complicating things from the start. Not a good sign.